You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2015/10/11 16:09:01 UTC

svn commit: r1707987 - /httpd/test/framework/trunk/t/protocol/nntp-like.t

Author: rjung
Date: Sun Oct 11 14:09:01 2015
New Revision: 1707987

URL: http://svn.apache.org/viewvc?rev=1707987&view=rev
Log:
Disable nntp testing with ssl when
mod_http2 is loaded. This currently
doesn't work.

Modified:
    httpd/test/framework/trunk/t/protocol/nntp-like.t

Modified: httpd/test/framework/trunk/t/protocol/nntp-like.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/protocol/nntp-like.t?rev=1707987&r1=1707986&r2=1707987&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/protocol/nntp-like.t (original)
+++ httpd/test/framework/trunk/t/protocol/nntp-like.t Sun Oct 11 14:09:01 2015
@@ -12,7 +12,7 @@ my $tests = 5;
 my $vars = Apache::Test::vars();
 my @modules = qw(mod_nntp_like);
 
-if (have_ssl) {
+if (have_ssl && ! have_module('http2')) {
     $tests *= 2;
     unshift @modules, 'mod_nntp_like_ssl';
 }