about summary refs log tree commit homepage
path: root/t/lei-convert.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-19 05:09:52 -0700
committerEric Wong <e@80x24.org>2021-02-19 19:25:23 +0000
commitfc69b9b91323c62e8abeaa8723f4d3fffdac0e27 (patch)
treeedfc514569fd94d2ba780ad55fcf5473703d5c12 /t/lei-convert.t
parent183622a9fbae5cf4ba73f6b3920f8345ff938c93 (diff)
downloadpublic-inbox-fc69b9b91323c62e8abeaa8723f4d3fffdac0e27.tar.gz
All of our current IMAP code relies on Mail::IMAPClient
at the moment, so ensure we skip those tests on systems
without that module.
Diffstat (limited to 't/lei-convert.t')
-rw-r--r--t/lei-convert.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lei-convert.t b/t/lei-convert.t
index f58a0a80..29f8ba75 100644
--- a/t/lei-convert.t
+++ b/t/lei-convert.t
@@ -6,7 +6,7 @@ use PublicInbox::MboxReader;
 use PublicInbox::MdirReader;
 use PublicInbox::NetReader;
 require_git 2.6;
-require_mods(qw(DBD::SQLite Search::Xapian));
+require_mods(qw(DBD::SQLite Search::Xapian Mail::IMAPClient));
 my ($tmpdir, $for_destroy) = tmpdir;
 my $sock = tcp_server;
 my $cmd = [ '-imapd', '-W0', "--stdout=$tmpdir/1", "--stderr=$tmpdir/2" ];