comparison stream_ssl.t @ 891:f4189a38c3a4

Tests: mark 'phantom event' alerts on Solaris as TODO (iff any).
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 01 Apr 2016 20:16:27 +0300
parents ed103c38b115
children e9064d691790
comparison
equal deleted inserted replaced
890:b06beed07bc8 891:f4189a38c3a4
32 Net::SSLeay::randomize(); 32 Net::SSLeay::randomize();
33 }; 33 };
34 plan(skip_all => 'Net::SSLeay not installed') if $@; 34 plan(skip_all => 'Net::SSLeay not installed') if $@;
35 35
36 my $t = Test::Nginx->new()->has(qw/stream stream_ssl/)->has_daemon('openssl'); 36 my $t = Test::Nginx->new()->has(qw/stream stream_ssl/)->has_daemon('openssl');
37
38 $t->todo_alerts() if $^O eq 'solaris';
39 37
40 $t->plan(7)->write_file_expand('nginx.conf', <<'EOF'); 38 $t->plan(7)->write_file_expand('nginx.conf', <<'EOF');
41 39
42 %%TEST_GLOBALS%% 40 %%TEST_GLOBALS%%
43 41