summaryrefslogtreecommitdiff
path: root/tests/misc/sha256sum
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/sha256sum')
-rwxr-xr-xtests/misc/sha256sum2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sha256sum b/tests/misc/sha256sum
index 2d6a0d963..f4f25d863 100755
--- a/tests/misc/sha256sum
+++ b/tests/misc/sha256sum
@@ -21,7 +21,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