diff 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
line wrap: on
line diff
--- a/error_log.t
+++ b/error_log.t
@@ -25,6 +25,7 @@ select STDOUT; $| = 1;
 my $t = Test::Nginx->new()->has(qw/http limit_req/);
 
 plan(skip_all => 'not yet') unless $t->has_version('1.5.2');
+plan(skip_all => 'win32') if $^O eq 'MSWin32';
 
 $t->plan(25)->write_file_expand('nginx.conf', <<'EOF');