From: Paul Cruz Date: Tue, 20 Jun 2017 18:54:44 +0000 (-0700) Subject: added additional tests for error detection X-Git-Tag: v1.3.0~1^2~21^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b07d0af2baa2197a12e30af855c1ea2cbdb4f58e;p=thirdparty%2Fzstd.git added additional tests for error detection --- diff --git a/tests/playTests.sh b/tests/playTests.sh index 07d63e300..0fa6a7219 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -558,6 +558,12 @@ $ZSTD -lv *.zst $ZSTD --list *.zst $ZSTD --list -v *.zst +$ECHO "\n**** zstd --list/-l error detection tests ****" +!$ZSTD -l tmp1 tmp1.zst +!$ZSTD --list tmp* +!$ZSTD -lv tmp1* +!$ZSTD --list -v tmp2 tmp23.zst + rm tmp* if [ "$1" != "--test-large-data" ]; then