]> git.ipfire.org Git - thirdparty/git.git/commit
t1405: mark test for 'git pack-refs' as REFFILES
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 2 Aug 2021 16:53:32 +0000 (16:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Aug 2021 20:17:21 +0000 (13:17 -0700)
commita50234b3be9d6ff75dfca9b0802e7cf97179ff11
treeec9b5d06765b5307888618847afc8628cfc86f99
parentace40eab9e8ee4d087b8ba7b603db4958e8ad28c
t1405: mark test for 'git pack-refs' as REFFILES

The tests verifies that "pack-refs" causes loose refs to be packed. As both
loose and packed refs are concepts specific to the files backend, mark the test
as REFFILES.

Check the outcome of the pack-refs operation. This was apparently forgotten in
the commit introducing this test: 16feb99d (Mar 26 2017, "t1405: some basic
tests on main ref store").

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1405-main-ref-store.sh