mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-23 08:46:59 +08:00
Invalid value exits with status 3, not 2.
This commit is contained in:
parent
30d8071d60
commit
7a0ebf5a7b
@ -44,7 +44,7 @@ my @Tests =
|
||||
|
||||
# This erroneously succeeded and output `3' before 2.0.12.
|
||||
['fail-a', '3 + -', {ERR => "$prog: non-numeric argument\n"},
|
||||
{EXIT => 2}],
|
||||
{EXIT => 3}],
|
||||
);
|
||||
|
||||
# Append a newline to end of each expected `OUT' string.
|
||||
|
Loading…
Reference in New Issue
Block a user