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:
@@ -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},
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user