]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/feed.t
config: support "inboxdir" in addition to "mainrepo"
[public-inbox.git] / t / feed.t
index 4a887b49953df6fbe22369a0e9365eca8f373b74..eb1f35fb0158e6aa357b4f07cde8927040b8a300 100644 (file)
--- a/t/feed.t
+++ b/t/feed.t
@@ -22,7 +22,7 @@ my $git_dir = "$tmpdir/gittest";
 my $ibx = PublicInbox::Inbox->new({
        address => 'test@example',
        name => 'testbox',
-       mainrepo => $git_dir,
+       inboxdir => $git_dir,
        url => 'http://example.com/test',
        feedmax => 3,
 });