]> git.ipfire.org Git - thirdparty/git.git/commit
http tests: don't rely on "hook/post-update.sample"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 17 Mar 2022 10:13:08 +0000 (11:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2022 15:40:26 +0000 (08:40 -0700)
commit94945322baf222993d72d472a6d9d8dcb0b35893
tree1cfcaf136b818f83e23bafcbe6961e99e08774f6
parent62e2486b614917e4ba578b0758fd126ce107663c
http tests: don't rely on "hook/post-update.sample"

Change code added in a87679339c0 (test: rename http fetch and push
test files, 2014-02-06) to stop relying on the "exec git
update-server-info" in "templates/hooks--post-update.sample", let's
instead inline the expected hook in the test itself.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5540-http-push-webdav.sh