summaryrefslogtreecommitdiff
path: root/tests/ln/hard-backup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ln/hard-backup')
-rwxr-xr-xtests/ln/hard-backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ln/hard-backup b/tests/ln/hard-backup
index 65bf1f15a..bc38bbe5d 100755
--- a/tests/ln/hard-backup
+++ b/tests/ln/hard-backup
@@ -24,7 +24,7 @@ touch f || framework_failure_
ln --backup f f 2> out && fail=1
cat <<\EOF > exp || fail=1
-ln: `f' and `f' are the same file
+ln: 'f' and 'f' are the same file
EOF
compare exp out || fail=1