]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/config_limiter.t
treewide: run update-copyrights from gnulib for 2019
[public-inbox.git] / t / config_limiter.t
index c1fffecf8b3c381ae91ee8a60769ff3b6fddadf2..0da8903d38cb492dae62517571ac2d8dada13a0d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2020 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');