diff --git a/tests/fixture/mod.rs b/tests/fixture/mod.rs index 0234a5a..b11fb85 100644 --- a/tests/fixture/mod.rs +++ b/tests/fixture/mod.rs @@ -174,6 +174,11 @@ pub fn rc() -> Fixture { alias upstream='within upstream' alias origin='within origin' alias local='within local' + + # TODO: Temporarily fix to pass tests on macOS + git() { + command git -c init.defaultBranch=master "$@" + } "#, ) .append_epilogue(