X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fperf-nntpd.t;h=f73afacc75ea27bb896d132033c5d067a829ddc5;hb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;hp=df5ecb412a14e00592ca8ac0ca8598182ea00878;hpb=3c313f9034aac96182e2efdc2f92c40803626f32;p=public-inbox.git diff --git a/xt/perf-nntpd.t b/xt/perf-nntpd.t index df5ecb41..f73afacc 100644 --- a/xt/perf-nntpd.t +++ b/xt/perf-nntpd.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2019 all contributors +# Copyright (C) 2018-2020 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -8,7 +8,6 @@ use PublicInbox::Inbox; use Net::NNTP; my $inboxdir = $ENV{GIANT_INBOX_DIR} // $ENV{GIANT_PI_DIR}; plan skip_all => "GIANT_INBOX_DIR not defined for $0" unless defined($inboxdir); -eval { require PublicInbox::Search }; my ($host_port, $group, %opts, $s, $td, $tmp_obj); use PublicInbox::TestCommon;