# HG changeset patch # User Maxim Dounin # Date 1715442925 -10800 # Node ID e6b20af0be5b79898b4133288e1b76531f3c738e # Parent b5036a0f9ae0b3066fb75a5e33441e1c74f25bf4 Tests: fixed http_listen.t on platforms without IPv6. diff --git a/http_listen.t b/http_listen.t --- a/http_listen.t +++ b/http_listen.t @@ -71,7 +71,7 @@ my $p2 = port(8182); plan(skip_all => 'no requested ranges') if "$p2$p3" ne "81828183"; -$t->run()->plan(9); +$t->try_run('no inet6 support')->plan(9); ###############################################################################