Skip to content

Commit 28d4e9f

Browse files
john-caigitster
authored andcommitted
t3210: move to t0601
Move t3210 to t0601, since these tests are reffiles specific in that they modify loose refs manually. This is part of the effort to categorize these tests together based on the ref backend they test. When we upstream the reftable backend, we can add more tests to t06xx. This way, all tests that test specific ref backend behavior will be grouped together. Signed-off-by: John Cai <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 186b115 commit 28d4e9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

t/t3210-pack-refs.sh renamed to t/t0601-reffiles-pack-refs.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
1515
TEST_PASSES_SANITIZE_LEAK=true
1616
. ./test-lib.sh
1717

18+
if ! test_have_prereq REFFILES
19+
then
20+
skip_all='skipping reffiles specific tests'
21+
test_done
22+
fi
23+
1824
test_expect_success 'enable reflogs' '
1925
git config core.logallrefupdates true
2026
'

0 commit comments

Comments
 (0)