]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Invalid value exits with status 3, not 2.
authorJim Meyering <jim@meyering.net>
Fri, 18 Jul 2003 07:25:39 +0000 (07:25 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 18 Jul 2003 07:25:39 +0000 (07:25 +0000)
tests/expr/basic

index da978e7d547c45f03d1dc30f6c0ae4631038fe10..b58b78e4cdeb6ce9a2ec7d1ef6aba7ab34e3b87e 100755 (executable)
@@ -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.