]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/html_index.t
config: support "inboxdir" in addition to "mainrepo"
[public-inbox.git] / t / html_index.t
index b9f866b3e842061744c2dac168df8cd1ea72da18..2f4b4d1b71747b2b42227677f46dc1f072c540aa 100644 (file)
@@ -14,7 +14,7 @@ my $git_dir = "$tmpdir/gittest";
 my $ibx = PublicInbox::Inbox->new({
        address => 'test@example',
        name => 'tester',
-       mainrepo => $git_dir,
+       inboxdir => $git_dir,
        url => 'http://example.com/test',
 });
 my $git = $ibx->git;