You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/06/28 12:54:15 UTC

svn commit: r1800158 - /httpd/test/framework/trunk/t/modules/proxy.t

Author: jim
Date: Wed Jun 28 12:54:15 2017
New Revision: 1800158

URL: http://svn.apache.org/viewvc?rev=1800158&view=rev
Log:
fix error message

Modified:
    httpd/test/framework/trunk/t/modules/proxy.t

Modified: httpd/test/framework/trunk/t/modules/proxy.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/proxy.t?rev=1800158&r1=1800157&r2=1800158&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/proxy.t (original)
+++ httpd/test/framework/trunk/t/modules/proxy.t Wed Jun 28 12:54:15 2017
@@ -131,7 +131,7 @@ if (have_min_apache_version('2.4.7')) {
     unlink($socket_path);
     my $pid = fork();
     unless (defined $pid) {
-        t_debug "couldn't start PHP-FPM";
+        t_debug "couldn't fork UDS script";
         ok 0;
         exit;
     }