comparison mail_imap_ssl.t @ 797:55ca38e1a3d9

Tests: TODO 'phantom event' alerts in mail_imap_ssl.t on Solaris. See 153969b53780 for details.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 09 Dec 2015 13:52:37 +0300
parents 63d1b7cb974a
children a07734ecb988
comparison
equal deleted inserted replaced
796:92375c379a0a 797:55ca38e1a3d9
33 33
34 local $SIG{PIPE} = 'IGNORE'; 34 local $SIG{PIPE} = 'IGNORE';
35 35
36 my $t = Test::Nginx->new() 36 my $t = Test::Nginx->new()
37 ->has(qw/mail mail_ssl imap http rewrite/)->has_daemon('openssl') 37 ->has(qw/mail mail_ssl imap http rewrite/)->has_daemon('openssl')
38 ->run_daemon(\&Test::Nginx::IMAP::imap_test_daemon)->plan(12) 38 ->run_daemon(\&Test::Nginx::IMAP::imap_test_daemon)->plan(12);
39 ->write_file_expand('nginx.conf', <<'EOF'); 39
40 $t->todo_alerts() if $^O eq 'solaris';
41
42 $t->write_file_expand('nginx.conf', <<'EOF');
40 43
41 %%TEST_GLOBALS%% 44 %%TEST_GLOBALS%%
42 45
43 daemon off; 46 daemon off;
44 47