about summary refs log tree commit homepage
path: root/xt
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 /xt
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 'xt')
-rw-r--r--xt/lei-auth-fail.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/xt/lei-auth-fail.t b/xt/lei-auth-fail.t
index 5308d0f9..78f8466d 100644
--- a/xt/lei-auth-fail.t
+++ b/xt/lei-auth-fail.t
@@ -2,6 +2,7 @@
 # Copyright (C) 2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict; use v5.10.1; use PublicInbox::TestCommon;
+require_mods(qw(Mail::IMAPClient));
 
 # TODO: mock IMAP server which fails at authentication so we don't
 # have to make external connections to test this: