comparison debug_connection.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
comparison
equal deleted inserted replaced
1189:1c703303feee 1190:fcd65708672d
50 } 50 }
51 } 51 }
52 52
53 EOF 53 EOF
54 54
55 $t->run()->plan(5); 55 $t->try_run('no inet6 support')->plan(5);
56 56
57 ############################################################################### 57 ###############################################################################
58 58
59 http_get('/'); 59 http_get('/');
60 60