]> git.ipfire.org Git - thirdparty/git.git/commit
tests: don't assume a .git/info for .git/info/refs
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 3 Jun 2022 11:15:07 +0000 (13:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jun 2022 19:00:21 +0000 (12:00 -0700)
commitce5369e3ef0078458a0608be9ddeb2b276e61b62
tree9612cab421725a9b926520d1d78e6f0e3eac890d
parent8da0b02d9911d483d34ad8994c879953eebd345c
tests: don't assume a .git/info for .git/info/refs

Change those tests that assumed that a .git/info directory would be
created for them when writing .git/info/refs to explicitly create the
directory by using the "--template=" argument to "git init".

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1301-shared-repo.sh
t/t5550-http-fetch-dumb.sh