Skip to content

Commit a316bed

Browse files
committed
Force use of trunk Apache::Test for testing OpenSSL 3.
1 parent 3277881 commit a316bed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/travis_before_linux.sh

+7
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ if ! test -v SKIP_TESTING -o -v NO_TEST_FRAMEWORK; then
8585

8686
# Make a shallow clone of httpd-tests git repo.
8787
git clone -q --depth=1 https://github.com/apache/httpd-tests.git test/perl-framework
88+
89+
# For OpenSSL 3.2+ testing, Apache::Test r1916067 is required, so
90+
# use a checkout of trunk until there is an updated CPAN release
91+
# with that revision.
92+
if test -v TEST_OPENSSL3; then
93+
svn co -q https://svn.apache.org/repos/asf/perl/Apache-Test/trunk test/perl-framework/Apache-Test
94+
fi
8895
fi
8996

9097
# For LDAP testing, run slapd listening on port 8389 and populate the

0 commit comments

Comments
 (0)