X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fcgi.t;h=1b4b06cb5eb47bb205ae128c9b53ee3e6e167307;hb=4821798351defce82c102e46d6f5f84f0cdc0e34;hp=81130df5bc418b97f2a1ceff8cf1e7a128e2d348;hpb=96a27a0a073b61c465240bbbbb05a4c16f67c8d4;p=public-inbox.git diff --git a/t/cgi.t b/t/cgi.t index 81130df5..1b4b06cb 100644 --- a/t/cgi.t +++ b/t/cgi.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 all contributors +# Copyright (C) 2014-2019 all contributors # License: AGPL-3.0+ # FIXME: this test is too slow and most non-CGI-requirements # should be moved over to things which use test_psgi @@ -29,7 +29,7 @@ my $cfgpfx = "publicinbox.test"; close $fh or die "close: $!\n"; my %cfg = ( "$cfgpfx.address" => $addr, - "$cfgpfx.mainrepo" => $maindir, + "$cfgpfx.inboxdir" => $maindir, "$cfgpfx.indexlevel" => 'basic', ); while (my ($k,$v) = each %cfg) {