comparison stream_access.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
144 } 144 }
145 } 145 }
146 146
147 EOF 147 EOF
148 148
149 $t->try_run('no inet6 support')->plan(18); 149 $t->run()->plan(18);
150 $t->run_daemon(\&stream_daemon); 150 $t->run_daemon(\&stream_daemon);
151 $t->waitforsocket('127.0.0.1:' . port(8080)); 151 $t->waitforsocket('127.0.0.1:' . port(8080));
152 152
153 ############################################################################### 153 ###############################################################################
154 154