summaryrefslogtreecommitdiff
path: root/tests/cp/abuse
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/abuse')
-rwxr-xr-xtests/cp/abuse2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/abuse b/tests/cp/abuse
index e569222bc..6338e1f57 100755
--- a/tests/cp/abuse
+++ b/tests/cp/abuse
@@ -23,7 +23,7 @@ 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'" \
+echo "cp: will not copy 'b/1' through just-created symlink 'c/1'" \
> exp || framework_failure_
# Check both cases: a dangling symlink, and one pointing to a writable file.