]> git.ipfire.org Git - thirdparty/git.git/commit
t5510: cleanup remote in followRemoteHEAD dangling ref test
authorMatt Hunter <m@lfurio.us>
Fri, 19 Jun 2026 09:44:22 +0000 (05:44 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jun 2026 16:19:35 +0000 (09:19 -0700)
commitf8a7bbf09d4d8b4f29f689afd77e7c75b0f0cb37
treedfdefc98d0050cce9a3d074fe6de24f22c04fa6e
parent54c9d481011b095561099393ac3ef4828de4a329
t5510: cleanup remote in followRemoteHEAD dangling ref test

A later patch will introduce a new test which closely mirrors this one.
Update this test to remove the 'custom-head' remote it creates.
Otherwise, the two tests will conflict with each other, as the second
one to execute will fail to create this remote (which already exists,
thanks to the first test).

Signed-off-by: Matt Hunter <m@lfurio.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5510-fetch.sh