diff --git a/tests/git-auto-commit-mode-tests.el b/tests/git-auto-commit-mode-tests.el index 3dd8171..cb7af7e 100644 --- a/tests/git-auto-commit-mode-tests.el +++ b/tests/git-auto-commit-mode-tests.el @@ -38,7 +38,7 @@ (setq temp-dir (make-temp-file "gac-" t) current-directory default-directory default-directory temp-dir) - (shell-command "git init") + (shell-command "git init --initial-branch=gac-test") (shell-command "git config user.email user@example.com") (shell-command "git config user.name \"User Example\""))