]> Kevux Git Server - rit/commit
tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when needed
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 3 Dec 2021 09:39:13 +0000 (09:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Dec 2021 19:34:28 +0000 (11:34 -0800)
commit9f3547837e7565f37f587a1626e9c4af79aff275
tree5d56cc223653fa6439da0bb108884afdbd0ca1e7
parentabe6bb3905392d5eb6b01fa6e54d7e784e0522aa
tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when needed

A couple of test scripts have actually been adapted to accommodate for a
configurable default branch name, but they still overrode it via the
`GIT_TEST_*` variable. Let's drop that override where possible.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
17 files changed:
t/t1022-read-tree-partial-clone.sh
t/t1400-update-ref.sh
t/t3201-branch-contains.sh
t/t3203-branch-output.sh
t/t3205-branch-color.sh
t/t3404-rebase-interactive.sh
t/t5310-pack-bitmaps.sh
t/t5505-remote.sh
t/t5510-fetch.sh
t/t5526-fetch-submodules.sh
t/t5703-upload-pack-ref-in-want.sh
t/t6300-for-each-ref.sh
t/t6302-for-each-ref-filter.sh
t/t7064-wtstatus-pv2.sh
t/t9151-svn-mergeinfo.sh
t/t9603-cvsimport-patchsets.sh
t/t9902-completion.sh