summaryrefslogtreecommitdiff
path: root/tests/cp/into-self
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/into-self')
-rwxr-xr-xtests/cp/into-self2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/into-self b/tests/cp/into-self
index deb5a5325..91c3a5a85 100755
--- a/tests/cp/into-self
+++ b/tests/cp/into-self
@@ -52,6 +52,6 @@ cp: cannot copy a directory, `dir', into itself, `dir/dir'
EOF
#'
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail