summaryrefslogtreecommitdiff
path: root/tests/mv/i-2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/i-2')
-rwxr-xr-xtests/mv/i-22
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/i-2 b/tests/mv/i-2
index 47eef6faf..875c72134 100755
--- a/tests/mv/i-2
+++ b/tests/mv/i-2
@@ -36,7 +36,7 @@ cp -if e f < y > out 2>&1 || fail=1
# Make sure out contains the prompt.
case "`cat out`" in
- "cp: try to overwrite \`f', overriding mode 0000 (---------)?"*) ;;
+ "cp: try to overwrite 'f', overriding mode 0000 (---------)?"*) ;;
*) fail=1 ;;
esac