mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
tests: simplify since expr now works on bignums
* cfg.mk (sc_prohibit_expr_unsigned): Remove. * tests/dd/skip-seek-past-dev.sh (DEV_OFLOW): * tests/id/setgid.sh (gp1): * tests/misc/cut-huge-range.sh (CUT_MAX): * tests/misc/expr.pl: * tests/misc/sort-discrim.sh: Assume expr works on bignums. * tests/misc/cut-huge-range.sh (subtract_one): Remove; no longer needed.
This commit is contained in:
@@ -193,10 +193,6 @@ my @Tests =
|
||||
{ERR=>"$prog: syntax error: expecting ')' instead of 'a'\n"}],
|
||||
);
|
||||
|
||||
# If using big numbers fails, remove all /^bignum-/ tests
|
||||
qx!expr $big_prod '*' $big_prod '*' $big_prod!
|
||||
or @Tests = grep {$_->[0] !~ /^bignum-/} @Tests;
|
||||
|
||||
# Append a newline to end of each expected 'OUT' string.
|
||||
my $t;
|
||||
foreach $t (@Tests)
|
||||
|
||||
Reference in New Issue
Block a user