diff options
Diffstat (limited to 'tests/misc/expand')
-rwxr-xr-x | tests/misc/expand | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/expand b/tests/misc/expand index 7772fefe7..b58ff2970 100755 --- a/tests/misc/expand +++ b/tests/misc/expand @@ -22,7 +22,7 @@ PROG=`echo $0|sed 's,.*/,,'`; export PROG -$PERL -e 1 > /dev/null 2>&1 || { +$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 |