diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-12-15 09:39:49 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-12-15 09:39:49 -0800 |
commit | 557b2bd3a5c9279a4c80aec98e883b4906708c08 (patch) | |
tree | 65ac8ed078d9412849c0be77fff14272e6623b73 /t/t1400-update-ref.sh | |
parent | Merge branch 'es/worktree-chatty-to-stderr' (diff) | |
parent | tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when needed (diff) | |
download | tgif-557b2bd3a5c9279a4c80aec98e883b4906708c08.tar.xz |
Merge branch 'js/test-initial-branch-override-cleanup'
Many tests that used to need GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
mechanism to force "git" to use 'master' as the default name for
the initial branch no longer need it; the use of the mechanism from
them have been removed.
* js/test-initial-branch-override-cleanup:
tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when needed
Diffstat (limited to 't/t1400-update-ref.sh')
-rwxr-xr-x | t/t1400-update-ref.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/t1400-update-ref.sh b/t/t1400-update-ref.sh index ef8fdcef46..640659c9d7 100755 --- a/t/t1400-update-ref.sh +++ b/t/t1400-update-ref.sh @@ -4,9 +4,6 @@ # test_description='Test git update-ref and basic ref logging' -GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main -export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME - . ./test-lib.sh Z=$ZERO_OID |