mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-12 03:51:30 +02:00
Invalid value exits with status 3, not 2.
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user