comparison ssl_sni_sessions.t @ 1233:4a57ca616f8e

Tests: skip ssl_sni_sessions.t on win32 prior to 1.13.5.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 23 Oct 2017 18:23:11 +0300
parents 0af58b78df35
children 97c8280de681
comparison
equal deleted inserted replaced
1232:a4a040b4e4dd 1233:4a57ca616f8e
19 ############################################################################### 19 ###############################################################################
20 20
21 select STDERR; $| = 1; 21 select STDERR; $| = 1;
22 select STDOUT; $| = 1; 22 select STDOUT; $| = 1;
23 23
24 my $t = Test::Nginx->new()->has(qw/http http_ssl sni rewrite/) 24 my $t = Test::Nginx->new()->has(qw/http http_ssl sni rewrite/);
25 ->has_daemon('openssl') 25
26 ->write_file_expand('nginx.conf', <<'EOF'); 26 plan(skip_all => 'win32') if $^O eq 'MSWin32' and !$t->has_version('1.13.5');
27
28 $t->has_daemon('openssl')->write_file_expand('nginx.conf', <<'EOF');
27 29
28 %%TEST_GLOBALS%% 30 %%TEST_GLOBALS%%
29 31
30 daemon off; 32 daemon off;
31 33