summaryrefslogtreecommitdiff
path: root/tests/binary
diff options
context:
space:
mode:
Diffstat (limited to 'tests/binary')
-rwxr-xr-xtests/binary2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/binary b/tests/binary
index e163f01..02c71a3 100755
--- a/tests/binary
+++ b/tests/binary
@@ -12,6 +12,6 @@ printf '\0'|diff - /dev/null > out 2> err
# diff must exit with status 2, stdout as above, and no stderr.
test $? = 2 || fail=1
compare out out-exp || fail=1
-compare err /dev/null || fail=1
+compare /dev/null err || fail=1
Exit $fail