summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/expr/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/expr/basic b/tests/expr/basic
index da978e7d5..b58b78e4c 100755
--- a/tests/expr/basic
+++ b/tests/expr/basic
@@ -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.