]> Sergey Matveev's repositories - public-inbox.git/commit
t/www_listing: quiet down stderr in -httpd
authorEric Wong <e@80x24.org>
Thu, 26 Dec 2019 06:48:02 +0000 (06:48 +0000)
committerEric Wong <e@80x24.org>
Thu, 26 Dec 2019 07:27:00 +0000 (07:27 +0000)
commit39ac2f20f40c202b9ef0278c477cd4ba91573163
tree16ce3e375cd9f508025d7ae40428b554f454918f
parenta5bd6a45e4d772e81e2dd4f76d4291f74fa15230
t/www_listing: quiet down stderr in -httpd

We need to init all.git for the v2 repo test to ensure
`git --git-dir=v2/all.git rev-parse --git-path objects/info/alternates`
doesn't warn or fail and clutter stderr.  This is noticeable
when setting TAIL="tail -F" in env before running this test.
t/www_listing.t