From a72d2c968693924141a9914fc44f0e8ba6e9c500 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 19 Feb 2021 19:36:56 +0000 Subject: [PATCH] t/net_reader-imap: fix under TEST_RUN_MODE=0 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" ]; -- 2.44.0