changeset 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 e7647a966212
children 433be52171d5
files error_log.t
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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');