# HG changeset patch # User Sergey Kandaurov # Date 1484757281 -10800 # Node ID 41690e007ad851bf78e5de1afb09974bc3c18acf # Parent 79f93c76435381bc0fc39a8acadeaf0d2cee96c2 Tests: run proxy.t ipv6 test on mainline built without --with-ipv6. diff --git a/proxy.t b/proxy.t --- a/proxy.t +++ b/proxy.t @@ -81,7 +81,7 @@ like(http_get('/var?b=127.0.0.1:' . port like(http_get('/var?b=u/'), qr/SEE-THIS/, 'proxy with variables to upstream'); SKIP: { -skip 'no ipv6', 1 unless $t->has_module('ipv6') +skip 'no ipv6', 1 unless $t->has_module('ipv6') or $t->has_feature('ipv6') and socket(my $s, &AF_INET6, &SOCK_STREAM, 0); TODO: {