about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/xap_helper.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/xap_helper.t b/t/xap_helper.t
index 9e0b234d..02e5ec7d 100644
--- a/t/xap_helper.t
+++ b/t/xap_helper.t
@@ -173,8 +173,7 @@ my @id2root;
 my $ar;
 for my $n (@NO_CXX) {
         local $ENV{PI_NO_CXX} = $n;
-        my ($xhc, $pid) = PublicInbox::XapClient::start_helper('-j0');
-        $ar = PublicInbox::AutoReap->new($pid);
+        my $xhc = PublicInbox::XapClient::start_helper('-j0');
         pipe(my $err_r, my $err_w);
 
         # git patch-id --stable <t/data/0001.patch | awk '{print $1}'