From: senhuang42 Date: Wed, 26 Aug 2020 15:40:05 +0000 (-0400) Subject: Adjust playTests.sh refuse overwrite test to include -q X-Git-Tag: v1.4.7~90^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a73e131f100bce734f3d9472a6f1606699f95574;p=thirdparty%2Fzstd.git Adjust playTests.sh refuse overwrite test to include -q --- diff --git a/tests/playTests.sh b/tests/playTests.sh index b7bfa76cd..73b932808 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -361,7 +361,7 @@ zstd tmp1.zst tmp2.zst -o "$INTOVOID" -f zstd -d tmp1.zst tmp2.zst -o tmp touch tmpexists zstd tmp1 tmp2 -f -o tmpexists -zstd tmp1 tmp2 -o tmpexists && die "should have refused to overwrite" +zstd tmp1 tmp2 -q -o tmpexists && die "should have refused to overwrite" # Bug: PR #972 if [ "$?" -eq 139 ]; then die "should not have segfaulted"