summaryrefslogtreecommitdiff
path: root/tests/cp/dir-rm-dest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/dir-rm-dest')
-rwxr-xr-xtests/cp/dir-rm-dest2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/dir-rm-dest b/tests/cp/dir-rm-dest
index 23979a95d..c6712e2ed 100755
--- a/tests/cp/dir-rm-dest
+++ b/tests/cp/dir-rm-dest
@@ -19,7 +19,7 @@
. "${srcdir=.}/init.sh"; path_prepend_ ../src
print_ver_ cp
-mkdir d e || framework_failure
+mkdir d e || framework_failure_
# Do it once with no destination...
cp -R --remove-destination d e || fail=1