summaryrefslogtreecommitdiff
path: root/tests/mv/diag
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/diag')
-rwxr-xr-xtests/mv/diag2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/diag b/tests/mv/diag
index 2007ee063..21bb5e61f 100755
--- a/tests/mv/diag
+++ b/tests/mv/diag
@@ -43,6 +43,6 @@ mv: target `f1' is not a directory
mv: target `f2' is not a directory
EOF
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail