t: mark tests regarding git-pack-refs(1) to be backend specific
commitbbd6106967fdb8e97f190f9051b89dcf1633cc56
authorPatrick Steinhardt <ps@pks.im>
Mon, 29 Jan 2024 11:07:38 +0000 (29 12:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jan 2024 21:54:33 +0000 (29 13:54 -0800)
tree1c1c07395fa8aacaee12c5beb1caa2d54c52381b
parent7a746904a98c62cf23b47e8e0450f0e03bd159e9
t: mark tests regarding git-pack-refs(1) to be backend specific

Both t1409 and t3210 exercise parts of git-pack-refs(1). Given that we
must check the on-disk files to verify whether the backend has indeed
packed refs as expected those test suites are deeply tied to the actual
backend that is in use.

Mark the test suites to depend on the REFFILES backend.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Reviewed-by: Christian Couder <christian.couder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1409-avoid-packing-refs.sh
t/t3210-pack-refs.sh