fixed #260, reported by @amnilsson

This commit is contained in:
Yann Collet
2016-07-26 00:49:47 +02:00
parent cbc5e9dc19
commit b402490546
4 changed files with 8 additions and 4 deletions
+3
View File
@@ -206,6 +206,9 @@ $ECHO "test multiple files (*.zst) "
$ZSTD -t *.zst
$ECHO "test good and bad files (*) "
$ZSTD -t * && die "bad files not detected !"
$ECHO "test --rm and --test combined "
$ZSTD -t --rm tmp1.zst
ls -ls tmp1.zst # check file is still present
$ECHO "\n**** zstd round-trip tests **** "