comparison 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
comparison
equal deleted inserted replaced
407:2711722a85c3 408:82b15c81978e
19 19
20 ############################################################################### 20 ###############################################################################
21 21
22 select STDERR; $| = 1; 22 select STDERR; $| = 1;
23 select STDOUT; $| = 1; 23 select STDOUT; $| = 1;
24
25 plan(skip_all => 'win32') if $^O eq 'MSWin32';
24 26
25 my $t = Test::Nginx->new()->has(qw/http limit_req/); 27 my $t = Test::Nginx->new()->has(qw/http limit_req/);
26 28
27 plan(skip_all => 'no syslog') unless $t->has_version('1.7.1'); 29 plan(skip_all => 'no syslog') unless $t->has_version('1.7.1');
28 30