From 5f82f4be85231b3ea099fb56af6984bd8afced48 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 27 Mar 2026 15:18:50 -0700 Subject: [PATCH] SQUASH??? - futureproof against the attack of the "main" --- t/t5566-push-group.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/t5566-push-group.sh b/t/t5566-push-group.sh index b9962946c7..32b8c82cea 100755 --- a/t/t5566-push-group.sh +++ b/t/t5566-push-group.sh @@ -2,6 +2,9 @@ test_description='push to remote group' +GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=default +export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME + . ./test-lib.sh test_expect_success 'setup' '