summaryrefslogtreecommitdiff
path: root/tests/misc/od
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/od')
-rwxr-xr-xtests/misc/od2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/od b/tests/misc/od
index 2395fa118..d827c2b07 100755
--- a/tests/misc/od
+++ b/tests/misc/od
@@ -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