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/t9151-svn-mergeinfo.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/t9151-svn-mergeinfo.sh')
-rwxr-xr-x | t/t9151-svn-mergeinfo.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/t9151-svn-mergeinfo.sh b/t/t9151-svn-mergeinfo.sh index 1fbe84feb1..c93a5beab2 100755 --- a/t/t9151-svn-mergeinfo.sh +++ b/t/t9151-svn-mergeinfo.sh @@ -5,9 +5,6 @@ test_description='git-svn svn mergeinfo properties' -GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main -export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME - . ./lib-git-svn.sh test_expect_success 'load svn dump' " |