]> git.ipfire.org Git - thirdparty/git.git/commit - t/t1400-update-ref.sh
t: mark several tests that assume the files backend with REFFILES
authorPatrick Steinhardt <ps@pks.im>
Thu, 2 Nov 2023 08:47:14 +0000 (09:47 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 23:37:07 +0000 (08:37 +0900)
commita6f43364e3dc1eedf18b241f41bbd4abfd640fb4
treed5805bbc907aadac4137473cc78fbcea38d3d66e
parent170ba45acf4db996a58ce849e6901a65c13b94d6
t: mark several tests that assume the files backend with REFFILES

Add the REFFILES prerequisite to several tests that assume we're using
the files backend. There are various reasons why we cannot easily
convert those tests to be backend-independent, where the most common
one is that we have no way to write corrupt references into the refdb
via our tooling. We may at a later point in time grow the tooling to
make this possible, but for now we just mark these tests as requiring
the files backend.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1400-update-ref.sh
t/t1450-fsck.sh
t/t2011-checkout-invalid-head.sh
t/t3200-branch.sh
t/t3400-rebase.sh
t/t5605-clone-local.sh