diff options
Diffstat (limited to 't/t7201-co.sh')
-rwxr-xr-x | t/t7201-co.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/t7201-co.sh b/t/t7201-co.sh index b36a93056f..12567543c4 100755 --- a/t/t7201-co.sh +++ b/t/t7201-co.sh @@ -20,6 +20,9 @@ Test switching across them. ' +GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master +export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME + . ./test-lib.sh test_tick |