1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

Change expected exit status to reflect the above.

This commit is contained in:
Jim Meyering
2001-08-13 08:44:49 +00:00
parent fb9e0e1b1a
commit 57241aed6a

View File

@@ -28,7 +28,7 @@ my @Tests =
{IN => {src => "a\n"}}, {IN => {dst => "b\n"}}, '<', {IN => "n\n"},
{ERR => "mv: overwrite `dst'? "},
{POST => sub { -r 'src' or die "test $test_a failed\n"}},
{EXIT => 1},
{EXIT => 0},
],
);