changeset 1204:ba3279915da5

Tests: skip stream_ssl.t on win32 due to mkfifo.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 08 Aug 2017 19:49:14 +0300
parents 6f17d67abeb8
children c0fa3f818103
files stream_ssl.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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');