Merge pull request #770 from terrelln/test-mode

[zstdcli] Fix -t in streaming mode
This commit is contained in:
Yann Collet
2017-07-18 15:40:59 -07:00
committed by GitHub
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 **** "