Git fork

t9902: switch default branch name to main

Remove the penultimate use of "GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=
master" in our test suite. We have slowly been removing these ever
since we started to switch the default branch name used in tests to
"main".

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Phillip Wood and committed by
Junio C Hamano
3d6e7ec4 877176e0

+3 -3
+3 -3
t/t9902-completion.sh
··· 11 11 # untraceable with such ancient Bash versions. 12 12 test_untraceable=UnfortunatelyYes 13 13 14 - # Override environment and always use master for the default initial branch 14 + # Override environment and always use main for the default initial branch 15 15 # name for these tests, so that rev completion candidates are as expected. 16 - GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master 16 + GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main 17 17 export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME 18 18 19 19 . ./lib-bash.sh ··· 1453 1453 HEAD Z 1454 1454 final Z 1455 1455 initial Z 1456 - master Z 1456 + main Z 1457 1457 EOF 1458 1458 ) 1459 1459 '