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 2fa83825..0f8a64d5 100755
--- a/tests/test_files.sh
+++ b/tests/test_files.sh
@@ -21,7 +21,7 @@ fi
for I in "$srcdir"/files/good-*.xz
do
- if test -z "$XZ" || "$XZ" -dc "$I" > /dev/null 2>&1; then
+ if test -z "$XZ" || "$XZ" -dc "$I" > /dev/null; then
:
else
echo "Good file failed: $I"
@@ -29,7 +29,7 @@ do
exit 1
fi
- if test -z "$XZDEC" || "$XZDEC" "$I" > /dev/null 2>&1; then
+ if test -z "$XZDEC" || "$XZDEC" "$I" > /dev/null; then
:
else
echo "Good file failed: $I"