about summary refs log tree commit homepage
path: root/t/www_listing.t
diff options
context:
space:
mode:
Diffstat (limited to 't/www_listing.t')
-rw-r--r--t/www_listing.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/www_listing.t b/t/www_listing.t
index 990233c8..9f71257d 100644
--- a/t/www_listing.t
+++ b/t/www_listing.t
@@ -91,15 +91,15 @@ SKIP: {
         open $fh, '>', $cfgfile or die;
         print $fh <<"" or die;
 [publicinbox "bare"]
-        mainrepo = $bare->{git_dir}
+        inboxdir = $bare->{git_dir}
         url = http://$host/bare
         address = bare\@example.com
 [publicinbox "alt"]
-        mainrepo = $alt
+        inboxdir = $alt
         url = http://$host/alt
         address = alt\@example.com
 [publicinbox "v2"]
-        mainrepo = $v2
+        inboxdir = $v2
         url = http://$host/v2
         address = v2\@example.com