From 110ec9079d5a2d423432d09754bf7c8e065aa000 Mon Sep 17 00:00:00 2001 From: George Lu Date: Fri, 1 Jun 2018 12:45:02 -0700 Subject: [PATCH] Remove echo --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2