summaryrefslogtreecommitdiff
path: root/t/unit-tests/t-mem-pool.c
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-02-15 09:25:47 +0100
committerJunio C Hamano <gitster@pobox.com>2024-02-15 10:12:30 -0800
commitc4e3af6d97d27148b638ad09ff8eebd682aecacf (patch)
tree16101743e61da13167beed95bb76529b96b6b897 /t/unit-tests/t-mem-pool.c
parent3f87bb2c2b83faf7854db293457ed7c275e457e5 (diff)
t1405: remove unneeded cleanup step
In 5e00514745 (t1405: explictly delete reflogs for reftable, 2022-01-31) we have added a test that explicitly deletes the reflog when not using the "files" backend. This was required because back then, the "reftable" backend didn't yet delete reflogs when deleting their corresponding branches, and thus subsequent tests would fail because some unexpected reflogs still exist. The "reftable" backend was eventually changed though so that it behaves the same as the "files" backend and deletes reflogs when deleting refs. This was done to make the "reftable" backend behave like the "files" backend as closely as possible so that it can act as a drop-in replacement. The cleanup-style test is thus not required anymore. Remove it. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/unit-tests/t-mem-pool.c')
0 files changed, 0 insertions, 0 deletions