From f9a56668a697885d9b7b217c9ef377085f23a87b Mon Sep 17 00:00:00 2001 From: Przemyslaw Skibinski Date: Wed, 14 Dec 2016 18:43:06 +0100 Subject: [PATCH] improved playTests.sh (3 --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playTests.sh b/tests/playTests.sh index b98acfb93..89ff45f3f 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -103,7 +103,7 @@ ls tmp.zst && die "tmp.zst should not be created" $ECHO "\n**** Advanced compression parameters **** " $ECHO "Hello world!" | $ZSTD --zstd=windowLog=21, - -o tmp.zst && die "wrong parameters not detected!" $ECHO "Hello world!" | $ZSTD --zstd=windowLo=21 - -o tmp.zst && die "wrong parameters not detected!" -$ECHO "Hello world!" | $ZSTD --zstd=windowLog=21,slog= - -o tmp.zst && die "wrong parameters not detected!" +$ECHO "Hello world!" | $ZSTD --zstd=windowLog=21,slog - -o tmp.zst && die "wrong parameters not detected!" ls tmp.zst && die "tmp.zst should not be created" roundTripTest -g512K roundTripTest -g512K " --zstd=slen=3,tlen=48,strat=6" -- 2.47.2