summaryrefslogtreecommitdiff
path: root/tests/expr/basic
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expr/basic')
-rwxr-xr-xtests/expr/basic4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/expr/basic b/tests/expr/basic
index c5a843dde..240040f18 100755
--- a/tests/expr/basic
+++ b/tests/expr/basic
@@ -59,6 +59,10 @@ my @Tests =
['fail-a', '3 + -', {ERR => "$prog: non-numeric argument\n"},
{EXIT => 3}],
+ # This erroneously succeeded before 5.3.1.
+ ['bigcmp', '-- -2417851639229258349412352 \< 2417851639229258349412352',
+ {OUT => '1'}, {EXIT => 0}],
+
['fail-b', '9 9', {ERR => "$prog: syntax error\n"},
{EXIT => 2}],
['fail-c', {ERR => "$prog: missing operand\n"