X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fsolver.t;h=880458fb96689aad3a5263a7d030102c0a821af4;hb=d07ba9c30800225052d17ccca458afbfa05a8ff0;hp=2f2fcc4463ce2fec5fc2f1f67ffb519a94b0ebdf;hpb=af0b0fb7a454470a32c452119d0392e0dedb3fe1;p=public-inbox.git diff --git a/xt/solver.t b/xt/solver.t index 2f2fcc44..880458fb 100644 --- a/xt/solver.t +++ b/xt/solver.t @@ -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);