Tests: skip stream_ssl.t on win32 due to mkfifo.
diff --git a/stream_ssl.t b/stream_ssl.t index df7b404..57b7e9d 100644 --- a/stream_ssl.t +++ b/stream_ssl.t
@@ -33,6 +33,8 @@ }; 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');