From: George Lu Date: Fri, 1 Jun 2018 19:45:02 +0000 (-0700) Subject: Remove echo X-Git-Tag: v1.3.5~3^2~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1159%2Fhead;p=thirdparty%2Fzstd.git Remove echo --- diff --git a/tests/playTests.sh b/tests/playTests.sh index e2dbccbf5..51f55b9d8 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -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"