t7900: create commit so that branch is born

`pack-refs task` cannot be run in isolation but does pass if
`maintenance.auto config option` is run first.

Create a commit so that `HEAD` does not point to an unborn branch.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Kristoffer Haugsbakk
2023-10-14 23:45:54 +02:00
committed by Junio C Hamano
parent 091cc553d3
commit 9332d43ccc

View File

@ -388,6 +388,7 @@ test_expect_success 'maintenance.incremental-repack.auto (when config is unset)'
'
test_expect_success 'pack-refs task' '
test_commit message &&
for n in $(test_seq 1 5)
do
git branch -f to-pack/$n HEAD || return 1