Skip to content

Commit f74e3f7

Browse files
dschogitster
authored andcommitted
t5515: use main as the name of the main branch for testing (conclusion)
In the previous three commits, We prepared the `t5515` script and the files in `t/t5515/` for the upcoming change of the default branch name to `main`. The changes were made over the course of three commits because the overall patch would have been too big to send to the Git mailing list for review. Naturally, the test could not pass in the transitional stages and was therefore disabled via the `PREPARE_FOR_MAIN_BRANCH` prereq. Now that the transition is complete, we can re-enable it. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 70bc132 commit f74e3f7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

t/t5515-fetch-merge-logic.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,11 @@ test_description='Merge logic in fetch'
1111
GIT_TEST_PROTOCOL_VERSION=0
1212
export GIT_TEST_PROTOCOL_VERSION
1313

14-
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
14+
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
1515
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
1616

1717
. ./test-lib.sh
1818

19-
test_have_prereq PREPARE_FOR_MAIN_BRANCH || {
20-
test_skip="In transit for the default branch name 'main'"
21-
test_done
22-
}
23-
2419
build_script () {
2520
script="$1" &&
2621
for i in one three_file main topic_2 one_tree three two two2 three2

0 commit comments

Comments
 (0)