summaryrefslogtreecommitdiff
path: root/tests/misc/wc-files0-from
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/wc-files0-from')
-rwxr-xr-xtests/misc/wc-files0-from2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/wc-files0-from b/tests/misc/wc-files0-from
index 1d46b2a34..6d0bb8c99 100755
--- a/tests/misc/wc-files0-from
+++ b/tests/misc/wc-files0-from
@@ -24,7 +24,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