]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add whitespace to test case 1559/head
authorshakeelrao <shakeelrao79@gmail.com>
Sun, 24 Mar 2019 10:42:11 +0000 (03:42 -0700)
committershakeelrao <shakeelrao79@gmail.com>
Sun, 24 Mar 2019 10:42:11 +0000 (03:42 -0700)
tests/playTests.sh

index f50bc903076a6e81af40ccdc643cd1aa837af7f8..d22f617e456fac1c6687eef6f45c5ba8e3bf1b55 100755 (executable)
@@ -411,7 +411,7 @@ TESTFILE=../programs/zstdcli.c
 $ZSTD --train *.c ../programs/*.c -o tmpDict
 cp $TESTFILE tmp
 $ECHO "- Test dictionary compression with tmpDict as an input file and dictionary"
-$ZSTD -f tmpDict -D tmpDict&& die "compression error not detected!"
+$ZSTD -f tmpDict -D tmpDict && die "compression error not detected!"
 $ECHO "- Dictionary compression roundtrip"
 $ZSTD -f tmp -D tmpDict
 $ZSTD -d tmp.zst -D tmpDict -fo result