X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fwww_listing.t;h=9f71257d1361facc58f8f21cf598783767abfc71;hb=3c39f9c942a6975245fda878e9b957d8d3367662;hp=990233c8ba203a5ce53b4c866c24901c402a7697;hpb=7f3f4923ec711ec97a1204ec2c080e219f50ff3b;p=public-inbox.git 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