# HG changeset patch # User Maxim Dounin # Date 1379361304 -14400 # Node ID c0bd624db0672ad68a3669a301f2df2faa5a1cd9 # Parent e7647a96621298fde3ca107d6557a036ec5834c2 Tests: disable error_log.t on win32 as it uses shared memory. diff --git a/error_log.t b/error_log.t --- 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');