summaryrefslogtreecommitdiff
path: root/tests/null-suffix-clobber
diff options
context:
space:
mode:
Diffstat (limited to 'tests/null-suffix-clobber')
-rwxr-xr-xtests/null-suffix-clobber4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/null-suffix-clobber b/tests/null-suffix-clobber
index 44c6d50..0fff50c 100755
--- a/tests/null-suffix-clobber
+++ b/tests/null-suffix-clobber
@@ -27,8 +27,8 @@ fail=0
gzip ---presume-input-tty -d -S '' F.gz < yes > out 2>err && fail=1
-compare out /dev/null || fail=1
-compare err expected-err || fail=1
+compare /dev/null out || fail=1
+compare expected-err err || fail=1
test -f F.gz || fail=1