X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fsolver.t;h=880458fb96689aad3a5263a7d030102c0a821af4;hb=HEAD;hp=cd894edded8bff6c76869cf758022b0509a61f14;hpb=068313796e66d9401063bdffe5ebf0b5347489de;p=public-inbox.git diff --git a/xt/solver.t b/xt/solver.t index cd894edd..1b0af3d8 100644 --- a/xt/solver.t +++ b/xt/solver.t @@ -29,14 +29,15 @@ my $todo = { '6aa8857a11/s/?b=protocol.c', '96f1c7f/s/', # TODO: b=contrib/completion/git-completion.bash 'b76f2c0/s/?b=po/zh_CN.po', + 'c2f3bf071ee90b01f2d629921bb04c4f798f02fa/s/', # tag ], }; my ($ibx_name, $urls, @gone); my $client = sub { my ($cb) = @_; - for (@$urls) { - my $url = "/$ibx_name/$_"; + for my $u (@$urls) { + my $url = "/$ibx_name/$u"; my $res = $cb->(GET($url)); is($res->code, 200, $url); next if $res->code == 200;