t9500: write "extensions.refstorage" into config
commit1b2234079b24da99dd78e4ce4bfe338a2a841aed
authorPatrick Steinhardt <ps@pks.im>
Fri, 29 Dec 2023 07:27:13 +0000 (29 08:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Jan 2024 17:24:49 +0000 (2 09:24 -0800)
treedd64183b9fb5c3ab1b2e97256045de6aeefa261b
parent5ed860f51b7fa1ca1087c1b0502b199a86db964e
t9500: write "extensions.refstorage" into config

In t9500 we're writing a custom configuration that sets up gitweb. This
requires us to manually ensure that the repository format is configured
as required, including both the repository format version and
extensions. With the introduction of the "extensions.refStorage"
extension we need to update the test to also write this new one.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9500-gitweb-standalone-no-errors.sh