summaryrefslogtreecommitdiff
path: root/tests/mv/hard-verbose
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/hard-verbose')
-rwxr-xr-xtests/mv/hard-verbose2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/hard-verbose b/tests/mv/hard-verbose
index 95d959d57..b354447ee 100755
--- a/tests/mv/hard-verbose
+++ b/tests/mv/hard-verbose
@@ -28,6 +28,6 @@ cat <<\EOF > exp || fail=1
removed `x'
EOF
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail