From 9f3547837e7565f37f587a1626e9c4af79aff275 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 3 Dec 2021 09:39:13 +0000 Subject: 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 Signed-off-by: Junio C Hamano --- t/t9151-svn-mergeinfo.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 't/t9151-svn-mergeinfo.sh') 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' " -- cgit v1.2.3