comparison ssl_sni_sessions.t @ 1381:97c8280de681

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 08 Oct 2018 15:30:39 +0300
parents 4a57ca616f8e
children 8c764fd93b5e
comparison
equal deleted inserted replaced
1380:f50c7d90f5c9 1381:97c8280de681
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
26 plan(skip_all => 'win32') if $^O eq 'MSWin32' and !$t->has_version('1.13.5');
27 25
28 $t->has_daemon('openssl')->write_file_expand('nginx.conf', <<'EOF'); 26 $t->has_daemon('openssl')->write_file_expand('nginx.conf', <<'EOF');
29 27
30 %%TEST_GLOBALS%% 28 %%TEST_GLOBALS%%
31 29