diff options
Diffstat (limited to 'tests/misc/xstrtol')
-rwxr-xr-x | tests/misc/xstrtol | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/misc/xstrtol b/tests/misc/xstrtol index 7fdc4da56..874b4a502 100755 --- a/tests/misc/xstrtol +++ b/tests/misc/xstrtol @@ -21,14 +21,8 @@ if test "$VERBOSE" = yes; then pr --version fi -: ${PERL=perl} : ${srcdir=.} - -$PERL -e 'use warnings;' > /dev/null 2>&1 || { - echo 1>&2 "$0: configure didn't find a usable version of Perl," \ - "so can't run this test" - exit 77 -} +. $srcdir/../require-perl me=`echo $0|sed 's,.*/,,'` exec $PERL -w -I$srcdir/.. -MCoreutils -M"CuTmpdir qw($me)" -- - <<\EOF |