You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/09/15 07:04:59 UTC

svn commit: r1881726 - /httpd/test/framework/trunk/t/ssl/pha.t

Author: jorton
Date: Tue Sep 15 07:04:58 2020
New Revision: 1881726

URL: http://svn.apache.org/viewvc?rev=1881726&view=rev
Log:
Run PHA test for 2.4.47+, since r1881713.

Modified:
    httpd/test/framework/trunk/t/ssl/pha.t

Modified: httpd/test/framework/trunk/t/ssl/pha.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/ssl/pha.t?rev=1881726&r1=1881725&r2=1881726&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/ssl/pha.t (original)
+++ httpd/test/framework/trunk/t/ssl/pha.t Tue Sep 15 07:04:58 2020
@@ -24,7 +24,7 @@ if (!defined &IO::Socket::SSL::can_pha |
     exit 0;
 }
 
-plan tests => 4, need_min_apache_version("2.5.1");
+plan tests => 4, need_min_apache_version("2.4.47");
 
 $r = GET("/verify/", cert => undef);
 ok t_cmp($r->code, 403, "access must be denied without client certificate");