]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/perf-msgview.t
config: support "inboxdir" in addition to "mainrepo"
[public-inbox.git] / t / perf-msgview.t
index 0defafc4ad7d90a07791113af89584eb38949b15..492ed4877a90d517b3ca2ae354121eee0f669eff 100644 (file)
@@ -20,7 +20,7 @@ if (require_git(2.19, 1)) {
 }
 
 use_ok 'Plack::Util';
-my $ibx = PublicInbox::Inbox->new({ mainrepo => $pi_dir, name => 'name' });
+my $ibx = PublicInbox::Inbox->new({ inboxdir => $pi_dir, name => 'name' });
 my $git = $ibx->git;
 my $fh = $git->popen(@cat);
 my $vec = '';