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 14:30:37 UTC

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

Author: jim
Date: Thu Jul 16 12:30:36 2015
New Revision: 1691382

URL: http://svn.apache.org/r1691382
Log:
skip nntp tests for darwin

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=1691382&r1=1691381&r2=1691382&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/protocol/nntp-like.t (original)
+++ httpd/test/framework/trunk/t/protocol/nntp-like.t Thu Jul 16 12:30:36 2015
@@ -20,7 +20,7 @@ if (have_ssl) {
 plan tests => $tests, need('mod_nntp_like',
                            { "deferred accept() prohibits testing with 2.1" =>
                                  sub { !have_min_apache_version('2.1.0') 
-                                           || $^O ne "linux" } } );
+                                           || ($^O ne "linux" && $^O ne "darwin")} } );
                                
 for my $module (@modules) {
     print "testing $module\n";