]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/config_limiter.t
tests: add thread-all testing for benchmarking
[public-inbox.git] / t / config_limiter.t
index bfea151096c9c2fe502120e0b14318247ae80ce7..3c7ec557f2bbc617b825bce2c0c93a8c1c9da43e 100644 (file)
@@ -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');