aboutsummaryrefslogtreecommitdiff
path: root/tests/test_files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_files.sh')
-rwxr-xr-xtests/test_files.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_files.sh b/tests/test_files.sh
index b550b757..4fa3492c 100755
--- a/tests/test_files.sh
+++ b/tests/test_files.sh
@@ -85,14 +85,14 @@ done
# Test that this passes with --no-warn (-Q).
I="$srcdir/files/unsupported-check.xz"
-if test -z "$XZ" || "$XZ" -dcQ "$I" > /dev/null; then
+if test -z "$XZ" || "$XZ" -dcqQ "$I" > /dev/null; then
:
else
echo "Unsupported file failed with xz -Q: $I"
exit 1
fi
-if test -z "$XZDEC" || "$XZDEC" -Q "$I" > /dev/null; then
+if test -z "$XZDEC" || "$XZDEC" -qQ "$I" > /dev/null; then
:
else
echo "Unsupported file failed with xzdec -Q: $I"