diff options
Diffstat (limited to 'tests/cp/abuse')
-rwxr-xr-x | tests/cp/abuse | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cp/abuse b/tests/cp/abuse index 7ed8a037b..43b7df0d9 100755 --- a/tests/cp/abuse +++ b/tests/cp/abuse @@ -19,12 +19,12 @@ . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ cp -mkdir a b c || framework_failure -ln -s ../t a/1 || framework_failure -echo payload > b/1 || framework_failure +mkdir a b c || framework_failure_ +ln -s ../t a/1 || framework_failure_ +echo payload > b/1 || framework_failure_ echo "cp: will not copy \`b/1' through just-created symlink \`c/1'" \ - > exp || framework_failure + > exp || framework_failure_ # Check both cases: a dangling symlink, and one pointing to a writable file. |