]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/psgi_mount.t
config: support "inboxdir" in addition to "mainrepo"
[public-inbox.git] / t / psgi_mount.t
index 7160896bb6c2f5071f6e7572ba5e643e89a73938..aa7c863f5274421e528c4a4e79d28a48a27b41db 100644 (file)
@@ -23,7 +23,7 @@ use Plack::Builder;
 use Plack::App::URLMap;
 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);