]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Remove echo 1159/head
authorGeorge Lu <gclu@fb.com>
Fri, 1 Jun 2018 19:45:02 +0000 (12:45 -0700)
committerGeorge Lu <gclu@fb.com>
Fri, 1 Jun 2018 19:45:02 +0000 (12:45 -0700)
tests/playTests.sh

index e2dbccbf578d01c079707d27ad425715dec9ec48..51f55b9d84892baf9cc238052d4927ebc3289af7 100755 (executable)
@@ -622,7 +622,7 @@ fi
 
 $ECHO "\n===> suffix list test"
 
-$ZSTD -d tmp.abc 2> tmplg || echo 
+! $ZSTD -d tmp.abc 2> tmplg
 
 if [ $GZIPMODE -ne 1 ]; then 
     grep ".gz" tmplg > $INTOVOID && die "Unsupported suffix listed"