comparison http_resolver_aaaa.t @ 1171:cdbdb75cf194

Tests: dropped try_run() checks for hosts without IPv6 support. Tests for geoip are special as they depend on IPv6 support in the GeoIP library.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 04 May 2017 14:31:10 +0300
parents cf14cfe9ec8c
children fcd65708672d
comparison
equal deleted inserted replaced
1170:cf14cfe9ec8c 1171:cdbdb75cf194
65 } 65 }
66 } 66 }
67 67
68 EOF 68 EOF
69 69
70 $t->try_run('no inet6 support')->plan(72); 70 $t->run()->plan(72);
71 71
72 $t->run_daemon(\&dns_daemon, port(8081), $t); 72 $t->run_daemon(\&dns_daemon, port(8081), $t);
73 $t->run_daemon(\&dns_daemon, port(8082), $t); 73 $t->run_daemon(\&dns_daemon, port(8082), $t);
74 74
75 $t->waitforfile($t->testdir . '/' . port(8081)); 75 $t->waitforfile($t->testdir . '/' . port(8081));