about summary refs log tree commit homepage
path: root/t/config_limiter.t
diff options
context:
space:
mode:
Diffstat (limited to 't/config_limiter.t')
-rw-r--r--t/config_limiter.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/config_limiter.t b/t/config_limiter.t
index bfea1510..3c7ec557 100644
--- a/t/config_limiter.t
+++ b/t/config_limiter.t
@@ -17,7 +17,6 @@ my $cfgpfx = "publicinbox.test";
         my $lim = $git->{-httpbackend_limiter};
         ok($lim, 'Limiter exists');
         is($lim->{max}, 12, 'limiter has expected slots');
-        $git = undef;
         $ibx->{git} = undef;
         $git = $ibx->git;
         isnt($old, "$git", 'got new Git object');