Skip to content

Commit

Permalink
CI: Fix borked test for perl -V in r1921308.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921309 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
notroj committed Oct 14, 2024
1 parent e8518dc commit e6eb73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/travis_before_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6eb73b

Please sign in to comment.