From: Yann Collet Date: Wed, 21 Mar 2018 22:54:44 +0000 (-0700) Subject: added large negative level test case X-Git-Tag: v1.3.4~1^2~9^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93b8262c021c89f8b6204c7b27aca0e23ade9786;p=thirdparty%2Fzstd.git added large negative level test case --- diff --git a/tests/playTests.sh b/tests/playTests.sh index 1847f57d7..41d8263b6 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -106,6 +106,7 @@ $ZSTD -99 -f tmp # too large compression level, automatic sized down $ECHO "test : --fast aka negative compression levels" $ZSTD --fast -f tmp # == -1 $ZSTD --fast=3 -f tmp # == -3 +$ZSTD --fast=200000 -f tmp # == no compression $ECHO "test : compress to stdout" $ZSTD tmp -c > tmpCompressed $ZSTD tmp --stdout > tmpCompressed # long command format