From: Yann Collet Date: Tue, 17 Oct 2017 23:23:20 +0000 (-0700) Subject: added a check to ensure 0-size is present in frame header X-Git-Tag: v1.3.3^2~50^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5891f1d952b26f75ab80c1869e7a6af249e104eb;p=thirdparty%2Fzstd.git added a check to ensure 0-size is present in frame header --- diff --git a/tests/playTests.sh b/tests/playTests.sh index f008d8998..299c2d883 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -621,7 +621,7 @@ $ECHO "\n===> zstd --list/-l test with null files " $ZSTD tmp5 $ZSTD -l tmp5.zst ! $ZSTD -l tmp5* -$ZSTD -lv tmp5.zst +$ZSTD -lv tmp5.zst | grep "Decompressed Size: 0.00 KB (0 B)" # check that 0 size is present in header ! $ZSTD -lv tmp5* $ECHO "\n===> zstd --list/-l test with no content size field "