]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/lei-daemon.t
t/lei-sigpipe: attempt to improve diagnostics for stuck test
[public-inbox.git] / t / lei-daemon.t
index b0c94a8745286fa0c5cf787785c6690862be332e..b60c7ce6dc4aa8277219c10e33d676d9c39162bb 100644 (file)
@@ -3,7 +3,6 @@
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 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 {