]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/altid.t
config: support "inboxdir" in addition to "mainrepo"
[public-inbox.git] / t / altid.t
index b8d32f781773f018b11aad77e640ef0973fc66ae..4ab004c4d8e8fc2ec8e30b49c50a8cf77619e8d3 100644 (file)
--- a/t/altid.t
+++ b/t/altid.t
@@ -43,7 +43,7 @@ my $ibx;
        $im->done;
 }
 {
-       $ibx = PublicInbox::Inbox->new({mainrepo => $git_dir});
+       $ibx = PublicInbox::Inbox->new({inboxdir => $git_dir});
        $ibx->{altid} = $altid;
        my $rw = PublicInbox::SearchIdx->new($ibx, 1);
        $rw->index_sync;