From bb93d77ab8bbe3369fd5f3a461c5e7358fb33025 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 25 Aug 2016 22:22:50 +0200 Subject: [PATCH] reinforced fix for huge files --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playTests.sh b/tests/playTests.sh index 2f9bf0451..b887613f7 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -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