diff --git a/tests/test_scm.py b/tests/test_scm.py index 98fd2e24..c96d94fc 100644 --- a/tests/test_scm.py +++ b/tests/test_scm.py @@ -317,6 +317,8 @@ class GitSCMTestCaseReal(SCMBaseTest): "git", "--git-dir=%s" % git_dir, "--work-tree=%s" % self.gitRepositoryLocation, + "-c", + "init.defaultBranch=master", "init", ], workdir=self.gitRepositoryLocation,