changeset 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 cd3e32d9997e
children ca74dc9abd1a
files stream_error_log.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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');