]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
improved playTests.sh (3 480/head
authorPrzemyslaw Skibinski <inikep@gmail.com>
Wed, 14 Dec 2016 17:43:06 +0000 (18:43 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Wed, 14 Dec 2016 17:43:06 +0000 (18:43 +0100)
tests/playTests.sh

index b98acfb93199b19eda6443af1ed1b468908cd20e..89ff45f3f9f21964457fc1b0721fa9749200a70d 100755 (executable)
@@ -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"