From 5891f1d952b26f75ab80c1869e7a6af249e104eb Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 17 Oct 2017 16:23:20 -0700 Subject: [PATCH] added a check to ensure 0-size is present in frame header --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -- 2.47.2