about summary refs log tree commit homepage
path: root/t/imapd.t
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-06-10 07:04:08 +0000
committerEric Wong <e@yhbt.net>2020-06-13 07:55:45 +0000
commitb5217ee1eee64ff22e085c9eb942b5ea65da9bd9 (patch)
tree0ebfbc0ed3f1b1642ff0cbcd4a52cd78f04a2a1d /t/imapd.t
parent0735aef9bffc4779628a069aefc438e5371b40cc (diff)
downloadpublic-inbox-b5217ee1eee64ff22e085c9eb942b5ea65da9bd9.tar.gz
We can fill in some missing pieces from the emulation APIs
to enable IMAP IDLE tests on non-Linux platforms.
Diffstat (limited to 't/imapd.t')
-rw-r--r--t/imapd.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/imapd.t b/t/imapd.t
index a377c02a..c31ac12f 100644
--- a/t/imapd.t
+++ b/t/imapd.t
@@ -7,7 +7,8 @@ use Time::HiRes ();
 use PublicInbox::TestCommon;
 use PublicInbox::Config;
 use PublicInbox::Spawn qw(which);
-require_mods(qw(DBD::SQLite Mail::IMAPClient Linux::Inotify2));
+require_mods(qw(DBD::SQLite Mail::IMAPClient));
+
 my $level = '-Lbasic';
 SKIP: {
         require_mods('Search::Xapian', 1);