[zstdcli] Fix -t in streaming mode

This commit is contained in:
Nick Terrell
2017-07-18 14:45:49 -07:00
parent fa3aa04ccd
commit d0b27483ae
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -383,6 +383,7 @@ $ZSTD -t --rm tmp1.zst
test -f tmp1.zst # check file is still present
split -b16384 tmp1.zst tmpSplit.
$ZSTD -t tmpSplit.* && die "bad file not detected !"
./datagen | $ZSTD -c | $ZSTD -t
$ECHO "\n**** benchmark mode tests **** "