From 788db1ec53c00b1a1a9457dc156bc7990736e88e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 21 Apr 2014 10:43:59 +0000 Subject: config: use description file for gitweb Do not repeat ourselves, just use the same description file gitweb uses to avoid surprising users. --- t/cgi.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/cgi.t') diff --git a/t/cgi.t b/t/cgi.t index 365acd84..b59ca54a 100644 --- a/t/cgi.t +++ b/t/cgi.t @@ -28,10 +28,12 @@ my $cfgpfx = "publicinbox.test"; is(1, mkdir($pi_home, 0755), "setup ~/.public-inbox"); is(0, system(qw(git init -q --bare), $maindir), "git init (main)"); + open my $fh, '>', "$maindir/description" or die "open: $!\n"; + print $fh "test for public-inbox\n"; + close $fh or die "close: $!\n"; my %cfg = ( "$cfgpfx.address" => $addr, "$cfgpfx.mainrepo" => $maindir, - "$cfgpfx.description" => 'test for public-inbox', ); while (my ($k,$v) = each %cfg) { is(0, system(qw(git config --file), $pi_config, $k, $v), -- cgit v1.2.3-24-ge0c7