]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
reinforced fix for huge files
authorYann Collet <cyan@fb.com>
Thu, 25 Aug 2016 20:22:50 +0000 (22:22 +0200)
committerYann Collet <cyan@fb.com>
Thu, 25 Aug 2016 20:22:50 +0000 (22:22 +0200)
tests/playTests.sh

index 2f9bf04515153d218f7e486a34939c18ddf705e1..b887613f76c008540dc79cf0ea3bd6b361c9f64b 100755 (executable)
@@ -198,7 +198,7 @@ cp ../programs/*.c dirTestDict
 cp ../programs/*.h dirTestDict
 $MD5SUM dirTestDict/* > tmph1
 $ZSTD -f --rm dirTestDict/* -D tmpDictC
-$ZSTD -d --rm dirTestDict/*.zst -D tmpDictC  # note : use internal checksum
+$ZSTD -d --rm dirTestDict/*.zst -D tmpDictC  # note : use internal checksum by default
 if [[ "$OSTYPE" == "darwin"* ]]; then
   $ECHO "test skipped on OS-X"  # not compatible with OS-X's md5
 else