summaryrefslogtreecommitdiff
path: root/tests/misc/expr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/expr')
-rwxr-xr-xtests/misc/expr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/expr b/tests/misc/expr
index 4d236621e..b790d20a6 100755
--- a/tests/misc/expr
+++ b/tests/misc/expr
@@ -163,8 +163,8 @@ my @Tests =
['bignum-div', "$big_prod / $big", {OUT => $big_p1}],
);
-# If using --bignum fails, remove all /^bignum-/ tests
-`expr --bignum 1`
+# If using big numbers fails, remove all /^bignum-/ tests
+`expr $big_prod '*' $big_prod '*' $big_prod`
or @Tests = grep {$_->[0] !~ /^bignum-/} @Tests;
# Append a newline to end of each expected `OUT' string.