unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH] t/net_reader-imap: fix under TEST_RUN_MODE=0
@ 2021-02-19 19:36 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2021-02-19 19:36 UTC (permalink / raw)
  To: meta

PublicInbox::Config isn't loaded elsewhere by this file.
---
 t/net_reader-imap.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/net_reader-imap.t b/t/net_reader-imap.t
index 694b5a37..adcd6931 100644
--- a/t/net_reader-imap.t
+++ b/t/net_reader-imap.t
@@ -4,6 +4,7 @@
 use strict; use v5.10.1; use PublicInbox::TestCommon;
 require_git 2.6;
 require_mods(qw(DBD::SQLite Search::Xapian Mail::IMAPClient));
+use PublicInbox::Config;
 my ($tmpdir, $for_destroy) = tmpdir;
 my ($ro_home, $cfg_path) = setup_public_inboxes;
 my $cmd = [ '-imapd', '-W0', "--stdout=$tmpdir/1", "--stderr=$tmpdir/2" ];

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-19 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19 19:36 [PATCH] t/net_reader-imap: fix under TEST_RUN_MODE=0 Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).