diff options
Diffstat (limited to 'tests/mv/i-1')
-rwxr-xr-x | tests/mv/i-1 | 2 |
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}, ], |