]> Sergey Matveev's repositories - public-inbox.git/commit
tests: remove some "git config" calls after "git init"
authorEric Wong <e@80x24.org>
Sat, 4 Jan 2020 22:54:00 +0000 (22:54 +0000)
committerEric Wong <e@80x24.org>
Sun, 5 Jan 2020 00:05:54 +0000 (00:05 +0000)
commite3e8cab265fe79e4984d59ee180f2dbc8d4ef6f1
tree6e5aecc2f6b0e5e8f4768e08baf9cc2492f79800
parent3f76a9cd37c2685cb240b4b8894be93ee7171a25
tests: remove some "git config" calls after "git init"

Creating a hash and iterating through it just to run "git
config" is ugly and slow.  Just write out the text file in a
human-friendly way since the git-config file format is stable
and won't break randomly.
t/cgi.t
t/mda.t
t/plack.t