about summary refs log tree commit homepage
path: root/t/nntpd.t
diff options
context:
space:
mode:
Diffstat (limited to 't/nntpd.t')
-rw-r--r--t/nntpd.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/nntpd.t b/t/nntpd.t
index d72d6a1c..28008ec1 100644
--- a/t/nntpd.t
+++ b/t/nntpd.t
@@ -396,6 +396,7 @@ sub test_watch {
         my ($tmpdir, $sock, $group) = @_;
         use_ok 'PublicInbox::WatchMaildir';
         use_ok 'PublicInbox::InboxIdle';
+        use_ok 'PublicInbox::Config';
         require_git('1.8.5', 1) or skip('git 1.8.5+ needed for --urlmatch', 4);
         my $old_env = { HOME => $ENV{HOME} };
         my $home = "$tmpdir/watch_home";