t0410: mark tests to require the reffiles backend
commit54087dd32be83c47599f39d3a40259e251ed2b8a
authorPatrick Steinhardt <ps@pks.im>
Wed, 29 Nov 2023 07:24:40 +0000 (29 08:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Dec 2023 02:50:23 +0000 (3 11:50 +0900)
treeb98cc147d6e997b814f69def4caefe039b7d30c9
parent564d0252ca632e0264ed670534a51d18a689ef5d
t0410: mark tests to require the reffiles backend

Two of our tests in t0410 verify whether partial clones end up with the
correct repository format version and extensions. These checks require
the reffiles backend because every other backend would by necessity bump
the repository format version to be at least 1.

Mark the tests accordingly.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0410-partial-clone.sh