diff syslog.t @ 408:82b15c81978e

Tests: skipped tests on win32 that use shared memory.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 26 May 2014 13:26:03 +0400
parents 997f5fe16545
children 62d1f96c5ff4
line wrap: on
line diff
--- a/syslog.t
+++ b/syslog.t
@@ -22,6 +22,8 @@ use Test::Nginx;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
+plan(skip_all => 'win32') if $^O eq 'MSWin32';
+
 my $t = Test::Nginx->new()->has(qw/http limit_req/);
 
 plan(skip_all => 'no syslog') unless $t->has_version('1.7.1');