comparison stream_access.t @ 636:1925b27f24b6

Tests: more todo_alerts() in stream tests on solaris.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 27 Jul 2015 13:37:47 +0300
parents fca0079e0aab
children 824754da4afc
comparison
equal deleted inserted replaced
635:bc91b86a71ee 636:1925b27f24b6
23 23
24 select STDERR; $| = 1; 24 select STDERR; $| = 1;
25 select STDOUT; $| = 1; 25 select STDOUT; $| = 1;
26 26
27 my $t = Test::Nginx->new()->has(qw/stream stream_access ipv6/); 27 my $t = Test::Nginx->new()->has(qw/stream stream_access ipv6/);
28
29 $t->todo_alerts() if $^O eq 'solaris';
28 30
29 $t->write_file_expand('nginx.conf', <<'EOF'); 31 $t->write_file_expand('nginx.conf', <<'EOF');
30 32
31 %%TEST_GLOBALS%% 33 %%TEST_GLOBALS%%
32 34