Skip to content

Commit a09cd4e

Browse files
committed
Merge branch 'jc/diff-highlight-main-master-testfix' into jch
* jc/diff-highlight-main-master-testfix: diff-highlight: allow testing with Git 3.0 breaking changes
2 parents e52e6d3 + 0728012 commit a09cd4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

contrib/diff-highlight/t/t9400-diff-highlight.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ DIFF_HIGHLIGHT="$CURR_DIR"/../diff-highlight
1010
CW="$(printf "\033[7m")" # white
1111
CR="$(printf "\033[27m")" # reset
1212

13+
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
14+
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
1315
. "$TEST_DIRECTORY"/test-lib.sh
1416

1517
if ! test_have_prereq PERL

0 commit comments

Comments
 (0)