summaryrefslogtreecommitdiff
path: root/tests/rm/unreadable
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/unreadable')
-rwxr-xr-xtests/rm/unreadable2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/unreadable b/tests/rm/unreadable
index 4af8280de..16c4c920a 100755
--- a/tests/rm/unreadable
+++ b/tests/rm/unreadable
@@ -19,7 +19,7 @@
: ${PERL=perl}
: ${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