summaryrefslogtreecommitdiff
path: root/tests/misc/pr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/pr')
-rwxr-xr-xtests/misc/pr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/pr b/tests/misc/pr
index 76c32d6b0..0b7e0a210 100755
--- a/tests/misc/pr
+++ b/tests/misc/pr
@@ -21,7 +21,7 @@
: ${srcdir=.}
-$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