# HG changeset patch # User Sergey Kandaurov # Date 1502210954 -10800 # Node ID ba3279915da57f3d8181398f0d3fbb49c25a8c70 # Parent 6f17d67abeb84e6e7157e0d09242aa74652e8f8b Tests: skip stream_ssl.t on win32 due to mkfifo. diff --git a/stream_ssl.t b/stream_ssl.t --- a/stream_ssl.t +++ b/stream_ssl.t @@ -33,6 +33,8 @@ eval { }; plan(skip_all => 'Net::SSLeay not installed') if $@; +plan(skip_all => 'win32') if $^O eq 'MSWin32'; + my $t = Test::Nginx->new()->has(qw/stream stream_ssl/)->has_daemon('openssl'); $t->plan(7)->write_file_expand('nginx.conf', <<'EOF');