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 2018/05/11 11:06:13 UTC

svn commit: r1831401 - /httpd/test/framework/trunk/t/ssl/ocsp.t

Author: jorton
Date: Fri May 11 11:06:13 2018
New Revision: 1831401

URL: http://svn.apache.org/viewvc?rev=1831401&view=rev
Log:
Revert debugging.

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

Modified: httpd/test/framework/trunk/t/ssl/ocsp.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/ssl/ocsp.t?rev=1831401&r1=1831400&r2=1831401&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/ssl/ocsp.t (original)
+++ httpd/test/framework/trunk/t/ssl/ocsp.t Fri May 11 11:06:13 2018
@@ -20,7 +20,7 @@ Apache::TestRequest::module('ssl_ocsp');
 # Requires OpenSSL 1.1, can't find a simple way to test for OCSP
 # support in earlier versions without messing around with stderr
 my $openssl = Apache::TestSSLCA::openssl();
-if (`$openssl fish -commands` !~ /ocsp/) {
+if (`$openssl list -commands` !~ /ocsp/) {
     print "1..0 # skip: No OpenSSL OCSP support";
     exit 0;
 }