]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Adjust for r1879447 to specify shmcb is tested when
authorJoe Orton <jorton@apache.org>
Thu, 2 Jul 2020 14:34:17 +0000 (14:34 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 2 Jul 2020 14:34:17 +0000 (14:34 +0000)
TEST_SSL_SESSCACHE is defined. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879448 13f79535-47bb-0310-9956-ffa450edef68

test/travis_run_linux.sh

index 6e681d908bc31db1da7e83abd9f87542ffc264cd..aaa0a722bc74e59378b2396b3a31966a81daf401 100755 (executable)
@@ -77,7 +77,7 @@ if ! test -v SKIP_TESTING; then
     if test -v TEST_SSL -a $RV -eq 0; then
         pushd test/perl-framework
             # A test suite run with SSLSessionCache defined (see t/conf/ssl.conf.in)
-            ./t/TEST -defines TEST_SSL_SESSCACHE t/ssl
+            SSL_SESSCACHE=shmcb ./t/TEST -defines TEST_SSL_SESSCACHE t/ssl
             RV=$?
             if test $RV -eq 0; then
                 # A test suite run with "SSLProtocol TLSv1.2" (see t/conf/ssl.conf.in)