From a73e131f100bce734f3d9472a6f1606699f95574 Mon Sep 17 00:00:00 2001 From: senhuang42 Date: Wed, 26 Aug 2020 11:40:05 -0400 Subject: [PATCH] Adjust playTests.sh refuse overwrite test to include -q --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"