]> git.ipfire.org Git - thirdparty/git.git/commit
t0001: delete repositories when object format tests finish
authorPatrick Steinhardt <ps@pks.im>
Fri, 16 Aug 2024 08:56:55 +0000 (10:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Aug 2024 16:55:21 +0000 (09:55 -0700)
commit7689f6cbd11cbfd0828a77a5fb070d5a2f06edc7
tree3c871ce9e4e7e9249ba6ea796b5fd65aa505c33e
parent05d20915bc2658371989a47ff1214e2eb6506de4
t0001: delete repositories when object format tests finish

The object format tests create one-shot repositories that are only used
by the respective test, but never delete them. This makes it hard to
pick a proper repository name in subsequent tests, as more and more
names are taken already.

Delete these repositories via `test_when_finished`.

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