Using a number instead of M prefix in head call

This commit is contained in:
Bimba Shrestha 2019-09-10 09:30:37 -07:00
parent e6be4cf4eb
commit caaf43b258

View File

@ -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*