about summary refs log tree commit homepage
path: root/t/psgi_scan_all.t
diff options
context:
space:
mode:
Diffstat (limited to 't/psgi_scan_all.t')
-rw-r--r--t/psgi_scan_all.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/psgi_scan_all.t b/t/psgi_scan_all.t
index 2e00b6d8..707807a7 100644
--- a/t/psgi_scan_all.t
+++ b/t/psgi_scan_all.t
@@ -19,12 +19,12 @@ my $cfg = '';
 foreach my $i (1..2) {
         my $cfgpfx = "publicinbox.test-$i";
         my $addr = "test-$i\@example.com";
-        my $mainrepo = "$tmp/$i";
+        my $inboxdir = "$tmp/$i";
         $cfg .= "$cfgpfx.address=$addr\n";
-        $cfg .= "$cfgpfx.mainrepo=$mainrepo\n";
+        $cfg .= "$cfgpfx.inboxdir=$inboxdir\n";
         $cfg .= "$cfgpfx.url=http://example.com/$i\n";
         my $opt = {
-                mainrepo => $mainrepo,
+                inboxdir => $inboxdir,
                 name => "test-$i",
                 version => 2,
                 indexlevel => 'basic',