Add whitespace to test case

This commit is contained in:
shakeelrao 2019-03-24 03:42:11 -07:00
parent b25d7eacf2
commit 44f77b5c71

View File

@ -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