comparison stream_access.t @ 1190:fcd65708672d

Tests: let tests pass on travis-ci VMs with disabled IPv6 loopback.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 15 Jun 2017 19:42:26 +0300
parents cdbdb75cf194
children f3ba4c74de31
comparison
equal deleted inserted replaced
1189:1c703303feee 1190:fcd65708672d
144 } 144 }
145 } 145 }
146 146
147 EOF 147 EOF
148 148
149 $t->run()->plan(18); 149 $t->try_run('no inet6 support')->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