summaryrefslogtreecommitdiff
path: root/tests/cp/cp-i
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/cp-i')
-rwxr-xr-xtests/cp/cp-i6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cp/cp-i b/tests/cp/cp-i
index 1bd51fa66..8e9d940e4 100755
--- a/tests/cp/cp-i
+++ b/tests/cp/cp-i
@@ -19,15 +19,15 @@
. "${srcdir=.}/init.sh"; path_prepend_ ../src
print_ver_ cp
-mkdir -p a b/a/c || framework_failure
-touch a/c || framework_failure
+mkdir -p a b/a/c || framework_failure_
+touch a/c || framework_failure_
# coreutils 6.2 cp would neglect to prompt in this case.
echo n | cp -iR a b 2>/dev/null || fail=1
# test miscellaneous combinations of -f -i -n parameters
-touch c d || framework_failure
+touch c d || framework_failure_
echo "\`c' -> \`d'" > out_copy
> out_empty