diff --git a/tests/empty-state.test.sh b/tests/empty-state.test.sh index 0e664eef..9d626faf 100644 --- a/tests/empty-state.test.sh +++ b/tests/empty-state.test.sh @@ -3,6 +3,10 @@ function set_up_before_script() { source bin/git-forgit + # Ignore global git config files + export GIT_CONFIG_SYSTEM=/dev/null + export GIT_CONFIG_GLOBAL=/dev/null + # Create a temporary git repository for testing cd "$(bashunit::temp_dir)" || return 1 git init -q