summaryrefslogtreecommitdiff
path: root/tests/ln
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ln')
-rwxr-xr-xtests/ln/hard-backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ln/hard-backup b/tests/ln/hard-backup
index e6c9631b7..a67fdbe35 100755
--- a/tests/ln/hard-backup
+++ b/tests/ln/hard-backup
@@ -27,6 +27,6 @@ cat <<\EOF > exp || fail=1
ln: `f' and `f' are the same file
EOF
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail