]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Adjust playTests.sh refuse overwrite test to include -q
authorsenhuang42 <senhuang96@fb.com>
Wed, 26 Aug 2020 15:40:05 +0000 (11:40 -0400)
committersenhuang42 <senhuang96@fb.com>
Wed, 26 Aug 2020 15:40:05 +0000 (11:40 -0400)
tests/playTests.sh

index b7bfa76cde95ab91b28a21684e2eccb35c92ea40..73b932808023f964f2a19ad6f958101457232018 100755 (executable)
@@ -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"