comparison http_resolver_aaaa.t @ 397:847ea345becb

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 05 May 2014 11:46:01 +0400
parents c28ecaef065f
children 78b4e12e6efe
comparison
equal deleted inserted replaced
396:5eb0df61f371 397:847ea345becb
21 21
22 select STDERR; $| = 1; 22 select STDERR; $| = 1;
23 select STDOUT; $| = 1; 23 select STDOUT; $| = 1;
24 24
25 my $t = Test::Nginx->new()->has(qw/http proxy rewrite ipv6/); 25 my $t = Test::Nginx->new()->has(qw/http proxy rewrite ipv6/);
26
27 plan(skip_all => 'no ipv6 capable resolver') unless $t->has_version('1.5.8');
28 26
29 $t->write_file_expand('nginx.conf', <<'EOF'); 27 $t->write_file_expand('nginx.conf', <<'EOF');
30 28
31 %%TEST_GLOBALS%% 29 %%TEST_GLOBALS%%
32 30