about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-08 18:30:40 +0000
committerEric Wong <e@yhbt.net>2020-02-08 19:55:47 +0000
commit0acad050fe38033baedfed83f5976aeabebf3287 (patch)
treea289757d7056dbd113521041f424022ca14a4a69
parentebe41e52d055fd5923497e42bc8cda5a8d5d8bcb (diff)
downloadpublic-inbox-0acad050fe38033baedfed83f5976aeabebf3287.tar.gz
SearchIdx always requires DBD::SQLite, so only require it
after we've passed `require_mods(qw(DBD::SQLite))'.
-rw-r--r--t/multi-mid.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/multi-mid.t b/t/multi-mid.t
index 94c0e0a2..df865efb 100644
--- a/t/multi-mid.t
+++ b/t/multi-mid.t
@@ -4,9 +4,9 @@ use Test::More;
 use PublicInbox::MIME;
 use PublicInbox::TestCommon;
 use PublicInbox::InboxWritable;
-use PublicInbox::SearchIdx;
 require_git(2.6);
 require_mods(qw(DBD::SQLite));
+require PublicInbox::SearchIdx;
 
 my $addr = 'test@example.com';
 my $bad = PublicInbox::MIME->new(<<EOF);