comparison error_log.t @ 334:c0bd624db067

Tests: disable error_log.t on win32 as it uses shared memory.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 16 Sep 2013 23:55:04 +0400
parents ad51e58c2d7a
children e7dc8f4d0a4b
comparison
equal deleted inserted replaced
333:e7647a966212 334:c0bd624db067
23 select STDOUT; $| = 1; 23 select STDOUT; $| = 1;
24 24
25 my $t = Test::Nginx->new()->has(qw/http limit_req/); 25 my $t = Test::Nginx->new()->has(qw/http limit_req/);
26 26
27 plan(skip_all => 'not yet') unless $t->has_version('1.5.2'); 27 plan(skip_all => 'not yet') unless $t->has_version('1.5.2');
28 plan(skip_all => 'win32') if $^O eq 'MSWin32';
28 29
29 $t->plan(25)->write_file_expand('nginx.conf', <<'EOF'); 30 $t->plan(25)->write_file_expand('nginx.conf', <<'EOF');
30 31
31 %%TEST_GLOBALS%% 32 %%TEST_GLOBALS%%
32 33