From: Yann Collet Date: Sun, 13 Dec 2015 13:05:00 +0000 (+0100) Subject: fixed test script X-Git-Tag: v0.4.4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397f1ffd5202321c307a4d88075a7583d013b305;p=thirdparty%2Fzstd.git fixed test script --- diff --git a/programs/playTests.sh b/programs/playTests.sh index 74993739c..25c7fb23a 100755 --- a/programs/playTests.sh +++ b/programs/playTests.sh @@ -46,7 +46,7 @@ echo "*** dictionary tests *** " ./datagen > tmpDict ./datagen -g1M | md5sum > tmp1 -./datagen -g1M | ./zstd -D tmpDict | ./zstd -D tmpDict -dv | md5sum > tmp2 +./datagen -g1M | $ZSTD -D tmpDict | $ZSTD -D tmpDict -dv | md5sum > tmp2 diff -q tmp1 tmp2 echo "**** zstd round-trip tests **** "