From: shakeelrao Date: Sun, 24 Mar 2019 10:42:11 +0000 (-0700) Subject: Add whitespace to test case X-Git-Tag: v1.4.0^2~22^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1559%2Fhead;p=thirdparty%2Fzstd.git Add whitespace to test case --- diff --git a/tests/playTests.sh b/tests/playTests.sh index f50bc9030..d22f617e4 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -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