]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/solver.t
tests: favor IPv6
[public-inbox.git] / xt / solver.t
index 2f2fcc4463ce2fec5fc2f1f67ffb519a94b0ebdf..880458fb96689aad3a5263a7d030102c0a821af4 100644 (file)
@@ -67,8 +67,7 @@ SKIP: {
        my ($out, $err) = map { "$tmpdir/std$_.log" } qw(out err);
        my $cmd = [ qw(-httpd -W0), "--stdout=$out", "--stderr=$err" ];
        my $td = start_script($cmd, undef, { 3 => $sock });
-       my ($h, $p) = ($sock->sockhost, $sock->sockport);
-
+       my ($h, $p) = tcp_host_port($sock);
        local $ENV{PLACK_TEST_EXTERNALSERVER_URI} = "http://$h:$p";
        while (($ibx_name, $urls) = each %$todo) {
                Plack::Test::ExternalServer::test_psgi(client => $client);