mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user