]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/plack.t
config: support "inboxdir" in addition to "mainrepo"
[public-inbox.git] / t / plack.t
index f9a55e4366b5d98c4cad0d480a1dda4f08bc5668..7e65ad742e8f03ccc9102668fb1b3d09a5a5b37f 100644 (file)
--- a/t/plack.t
+++ b/t/plack.t
@@ -29,7 +29,7 @@ foreach my $mod (@mods) { use_ok $mod; }
        close $fh or die "close: $!\n";
        my %cfg = (
                "$cfgpfx.address" => $addr,
-               "$cfgpfx.mainrepo" => $maindir,
+               "$cfgpfx.inboxdir" => $maindir,
                "$cfgpfx.url" => 'http://example.com/test/',
                "$cfgpfx.newsgroup" => 'inbox.test',
        );