diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-13 08:44:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-13 08:44:49 +0000 |
commit | 57241aed6aee4cca83c418aa0e3b3e82cf13d6a1 (patch) | |
tree | 94362d4a8468da945cd603f61953597b79ff4203 /tests/mv | |
parent | fb9e0e1b1a846fcf2a0dbe7adcfab0fbc88e9cae (diff) | |
download | coreutils-57241aed6aee4cca83c418aa0e3b3e82cf13d6a1.tar.xz |
Change expected exit status to reflect the above.
Diffstat (limited to 'tests/mv')
-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 bd623e3ec..98929b423 100755 --- a/tests/mv/i-1 +++ b/tests/mv/i-1 @@ -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}, ], ); |