]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed test script 96/head
authorYann Collet <yann.collet.73@gmail.com>
Sun, 13 Dec 2015 13:05:00 +0000 (14:05 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Sun, 13 Dec 2015 13:05:00 +0000 (14:05 +0100)
programs/playTests.sh

index 74993739c10ace567a82b30a045ab2239ec2c44f..25c7fb23acbc485071c6dfe84a3da1ab6b3eae4f 100755 (executable)
@@ -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 **** "