]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/config_limiter.t
www: drop --subject from "git send-email" instructions
[public-inbox.git] / t / config_limiter.t
index c1fffecf8b3c381ae91ee8a60769ff3b6fddadf2..8c83aca8685c440cb3c69251ac96afa25241e152 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use warnings;
@@ -8,7 +8,7 @@ my $cfgpfx = "publicinbox.test";
 {
        my $config = PublicInbox::Config->new(\<<EOF);
 $cfgpfx.address=test\@example.com
-$cfgpfx.mainrepo=/path/to/non/existent
+$cfgpfx.inboxdir=/path/to/non/existent
 $cfgpfx.httpbackendmax=12
 EOF
        my $ibx = $config->lookup_name('test');
@@ -27,7 +27,7 @@ EOF
        my $config = PublicInbox::Config->new(\<<EOF);
 publicinboxlimiter.named.max=3
 $cfgpfx.address=test\@example.com
-$cfgpfx.mainrepo=/path/to/non/existent
+$cfgpfx.inboxdir=/path/to/non/existent
 $cfgpfx.httpbackendmax=named
 EOF
        my $ibx = $config->lookup_name('test');