diff stream_error_log.t @ 562:abf5f3197967

Tests: skipped stream_error_log.t on win32.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 23 Apr 2015 15:55:41 +0300
parents 27740a2dd781
children ff49e1c00b35
line wrap: on
line diff
--- a/stream_error_log.t
+++ b/stream_error_log.t
@@ -24,6 +24,8 @@ use Test::Nginx;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
+plan(skip_all => 'win32') if $^O eq 'MSWin32';
+
 my $t = Test::Nginx->new()->has(qw/stream/)->plan(33);
 
 $t->write_file_expand('nginx.conf', <<'EOF');