From 9626c1a6b368dc09425c1d578ba9ce4efc1af9fc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 12 Sep 2021 07:47:14 +0000 Subject: import: do not write a "description" file The default value is worthless to us and git functions fine without the file. public-inbox-init will create a useful one in the next change. --- t/www_listing.t | 1 - 1 file changed, 1 deletion(-) (limited to 't/www_listing.t') diff --git a/t/www_listing.t b/t/www_listing.t index 7ea12eea..5f90139a 100644 --- a/t/www_listing.t +++ b/t/www_listing.t @@ -101,7 +101,6 @@ SKIP: { is(xsys('git', "--git-dir=$alt", qw(config gitweb.owner), "lorelei \xc4\x80"), 0, 'set gitweb user'); - ok(unlink("$bare->{git_dir}/description"), 'removed bare/description'); open $fh, '>', $cfgfile or xbail "open $cfgfile: $!"; $fh->autoflush(1); print $fh <<"" or xbail "print $!"; -- cgit v1.2.3-24-ge0c7