]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/psgi_attach.t
config: support "inboxdir" in addition to "mainrepo"
[public-inbox.git] / t / psgi_attach.t
index f5140f44c308371e4971439833fa6919d8f4f49c..96f0cb473ae714b4b39b6fe48591845d75531460 100644 (file)
@@ -23,7 +23,7 @@ use_ok 'PublicInbox::WwwAttach';
 use Plack::Builder;
 my $config = PublicInbox::Config->new(\<<EOF);
 $cfgpfx.address=$addr
-$cfgpfx.mainrepo=$maindir
+$cfgpfx.inboxdir=$maindir
 EOF
 is(0, system(qw(git init -q --bare), $maindir), "git init (main)");
 my $git = PublicInbox::Git->new($maindir);