t1410: use test-tool to create empty reflog
commit88121d93714507fe8bb0bddfaffe0bf4a0a88a36
authorPatrick Steinhardt <ps@pks.im>
Wed, 29 Nov 2023 07:24:53 +0000 (29 08:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Dec 2023 02:50:23 +0000 (3 11:50 +0900)
tree78828eac7cf1eab152af85286a8ae65ad945538a
parentb49831ca1cb91dc04edee8b5c40cee093372e948
t1410: use test-tool to create empty reflog

One of the tests in t1410 is marked to be specific to the files
reference backend, which is because we create a reflog manually by
creating the respective file. Refactor the test to instead use our
`test-tool ref-store` helper to create the reflog so that it works with
other reference backends, as well.

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