comparison mail_imap_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 a07734ecb988
children e9064d691790
comparison
equal deleted inserted replaced
890:b06beed07bc8 891:f4189a38c3a4
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
40 $t->todo_alerts() if $^O eq 'solaris';
41 39
42 $t->write_file_expand('nginx.conf', <<'EOF'); 40 $t->write_file_expand('nginx.conf', <<'EOF');
43 41
44 %%TEST_GLOBALS%% 42 %%TEST_GLOBALS%%
45 43