X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Flei-daemon.t;h=b60c7ce6dc4aa8277219c10e33d676d9c39162bb;hb=44812cbbec44625083b6e5441a798a21a5e79f71;hp=b0c94a8745286fa0c5cf787785c6690862be332e;hpb=73740c9e97efdd98e87a1d52fc064bffe449be83;p=public-inbox.git diff --git a/t/lei-daemon.t b/t/lei-daemon.t index b0c94a87..b60c7ce6 100644 --- a/t/lei-daemon.t +++ b/t/lei-daemon.t @@ -3,7 +3,6 @@ # License: AGPL-3.0+ use strict; use v5.10.1; use PublicInbox::TestCommon; use Socket qw(AF_UNIX SOCK_SEQPACKET MSG_EOR pack_sockaddr_un); -use PublicInbox::Spawn qw(which); test_lei({ daemon_only => 1 }, sub { my $send_cmd = PublicInbox::Spawn->can('send_cmd4') // do {