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 2015/07/16 17:33:09 UTC

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

Author: jim
Date: Thu Jul 16 15:33:09 2015
New Revision: 1691417

URL: http://svn.apache.org/r1691417
Log:
fix skip message

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=1691417&r1=1691416&r2=1691417&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/protocol/nntp-like.t (original)
+++ httpd/test/framework/trunk/t/protocol/nntp-like.t Thu Jul 16 15:33:09 2015
@@ -18,7 +18,7 @@ if (have_ssl) {
 }
 
 plan tests => $tests, need('mod_nntp_like',
-                           { "deferred accept() prohibits testing with 2.1" =>
+                           { "deferred accept() prohibits testing with >=2.1.0 and OS $^O" =>
                                  sub { !have_min_apache_version('2.1.0') 
                                            || ($^O ne "linux" && $^O ne "darwin")} } );