diff --git a/tests/playTests.sh b/tests/playTests.sh index 5d9373a09..3b74ed22b 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -243,7 +243,7 @@ test -f tmp.zst # destination file should still be present rm tmp* println "\n===> decompression only tests " -head -c 1M /dev/zero > tmp +head -c 1048576 /dev/zero > tmp $ZSTD -d -o tmp1 "$TESTDIR/golden-decompression/rle-first-block.zst" $DIFF -s tmp1 tmp rm tmp*