about summary refs log tree commit homepage
path: root/xt/solver.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/solver.t')
-rw-r--r--xt/solver.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/xt/solver.t b/xt/solver.t
index 40a5f81f..1b0af3d8 100644
--- a/xt/solver.t
+++ b/xt/solver.t
@@ -36,8 +36,8 @@ my $todo = {
 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;