]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/perf-nntpd.t
solver: do not enforce order on extended headers
[public-inbox.git] / xt / perf-nntpd.t
index 5a176e08eeb01960b4fbfeba74900e8a6da69137..e4fd7355901496b722cd196954a9b6be6a5967ea 100644 (file)
@@ -8,9 +8,8 @@ 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);
-require './t/common.perl';
+use PublicInbox::TestCommon;
 
 if (($ENV{NNTP_TEST_URL} || '') =~ m!\Anntp://([^/]+)/([^/]+)\z!) {
        ($host_port, $group) = ($1, $2);