summaryrefslogtreecommitdiff
path: root/tests/misc/od-N
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/od-N')
-rwxr-xr-xtests/misc/od-N2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/od-N b/tests/misc/od-N
index 2aa210674..17c11aec5 100755
--- a/tests/misc/od-N
+++ b/tests/misc/od-N
@@ -27,6 +27,6 @@ cat <<EOF > exp || fail=1
a b c
d e f
EOF
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail