X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=xt%2Fsolver.t;fp=xt%2Fsolver.t;h=32cd43cf2fec47bbc50b3ee1d33e92abc73f3c65;hp=880458fb96689aad3a5263a7d030102c0a821af4;hb=114b4dd6c6e241fc015ac01ea93aa1f13868f884;hpb=3f949d4af046bfdce1af790a4d11b3e6430758fb diff --git a/xt/solver.t b/xt/solver.t index 880458fb..32cd43cf 100644 --- a/xt/solver.t +++ b/xt/solver.t @@ -1,8 +1,7 @@ #!perl -w -# Copyright (C) 2020-2021 all contributors +# Copyright (C) all contributors # License: AGPL-3.0+ -use strict; -use Test::More; +use v5.12; use PublicInbox::TestCommon; use PublicInbox::Config; # this relies on PI_CONFIG // ~/.public-inbox/config my @psgi = qw(HTTP::Request::Common Plack::Test URI::Escape Plack::Builder); @@ -41,8 +40,8 @@ my $client = sub { my $res = $cb->(GET($url)); is($res->code, 200, $url); next if $res->code == 200; - # diag $res->content; diag "$url failed"; + diag $res->content; } };