{upload,receive}-pack tests: add --advertise-refs tests
commit760486a1f7a141b0d50b1c9c709ac1882968955c
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 5 Aug 2021 01:25:41 +0000 (5 03:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Aug 2021 15:59:37 +0000 (5 08:59 -0700)
tree69a63480e1ee8f595fffed9418550a144d164c6d
parent5befe8a1f14e2429fee526acc8dcc23039f5193b
{upload,receive}-pack tests: add --advertise-refs tests

The --advertise-refs option had no explicit tests of its own, only
other http tests that would fail at a distance if it it was
broken. Let's test its behavior explicitly.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5555-http-smart-common.sh [new file with mode: 0755]