about summary refs log tree commit homepage
path: root/t/cgi.t
diff options
context:
space:
mode:
Diffstat (limited to 't/cgi.t')
-rw-r--r--t/cgi.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cgi.t b/t/cgi.t
index 51d64914..1b4b06cb 100644
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -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) {