From: Nick Terrell Date: Tue, 22 Sep 2020 07:40:27 +0000 (-0700) Subject: [tests] Don't write to stdout X-Git-Tag: v1.4.7~73^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2320%2Fhead;p=thirdparty%2Fzstd.git [tests] Don't write to stdout --- diff --git a/tests/playTests.sh b/tests/playTests.sh index d9407db89..7f4bbb124 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -379,11 +379,11 @@ cp tmp_rm3.zst tmp_rm4.zst echo 'Y' | zstd -d tmp_rm3.zst tmp_rm4.zst -o tmp_rm_out --rm test ! -f tmp_rm3.zst test ! -f tmp_rm4.zst -echo 'yes' | zstd tmp_rm_out tmp_rm3 -c --rm +echo 'yes' | zstd tmp_rm_out tmp_rm3 -c --rm > $INTOVOID test ! -f tmp_rm_out test ! -f tmp_rm3 println gooder > tmpexists1 -zstd tmpexists1 tmpexists -c --rm -f +zstd tmpexists1 tmpexists -c --rm -f > $INTOVOID # Bug: PR #972 if [ "$?" -eq 139 ]; then