CI: Fix borked test for perl -V in r1921308.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921309 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joe Orton
2024-10-14 14:10:19 +00:00
parent e8518dc75d
commit e6eb73b84e

View File

@ -67,7 +67,7 @@ if ! test -v SKIP_TESTING -o -v NO_TEST_FRAMEWORK; then
# Clear CPAN cache if necessary
if [ -v CLEAR_CACHE ]; then rm -rf ~/perl5; fi
if perl -V > perlver; then
if ! perl -V > perlver; then
: Perl binary broken
perl -V
exit 1