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