summaryrefslogtreecommitdiff
path: root/tests/mv/i-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/i-1')
-rwxr-xr-xtests/mv/i-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/i-1 b/tests/mv/i-1
index 20b6ad7b9..5895137da 100755
--- a/tests/mv/i-1
+++ b/tests/mv/i-1
@@ -30,7 +30,7 @@ my @Tests =
# Make sure a 'n' reply to 'mv -i...' aborts the move operation.
[$test_a, '-i',
{IN => {src => "a\n"}}, {IN => {dst => "b\n"}}, '<', {IN => "n\n"},
- {ERR => "mv: overwrite `dst'? "},
+ {ERR => "mv: overwrite 'dst'? "},
{POST => sub { -r 'src' or die "test $test_a failed\n"}},
{EXIT => 0},
],