From: Bimba Shrestha Date: Tue, 10 Sep 2019 16:30:37 +0000 (-0700) Subject: Using a number instead of M prefix in head call X-Git-Tag: v1.4.4~1^2~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1773%2Fhead;p=thirdparty%2Fzstd.git Using a number instead of M prefix in head call --- 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*