From 44f77b5c71d5dae08f3c50e495184d422135997c Mon Sep 17 00:00:00 2001 From: shakeelrao Date: Sun, 24 Mar 2019 03:42:11 -0700 Subject: [PATCH] Add whitespace to test case --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2