From f89f42aef506071937a160514be1534d6de1ae8b Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Sun, 11 Sep 2016 17:41:06 +0200 Subject: [PATCH] Actually export GIT_CONFIG_NOSYSTEM Otherwise the system config is still read, causing e.g. any set system credential manager to be used. --- test/testenv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testenv.sh b/test/testenv.sh index bcdb19f0..c1de5ac7 100644 --- a/test/testenv.sh +++ b/test/testenv.sh @@ -105,6 +105,7 @@ GIT_CONFIG_NOSYSTEM=1 GIT_TERMINAL_PROMPT=0 export CREDSDIR +export GIT_CONFIG_NOSYSTEM if [[ `git config --system credential.helper | grep osxkeychain` == "osxkeychain" ]] then