For some reason, t5505-remote was setting GIT_CONFIG to .git/config and exporting it. The sole effect of this was to cause the tests to fail if "git clone" obeyed it (which it presumably should). Signed-off-by: Daniel Barkalow <barkalow@xxxxxxxxxxxx> --- Maybe test-lib used to set GIT_CONFIG to something that would interfere? Or the default behavior was wrong? t/t5505-remote.sh | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh index 636aec2..4fc62f5 100755 --- a/t/t5505-remote.sh +++ b/t/t5505-remote.sh @@ -4,9 +4,6 @@ test_description='git remote porcelain-ish' . ./test-lib.sh -GIT_CONFIG=.git/config -export GIT_CONFIG - setup_repository () { mkdir "$1" && ( cd "$1" && -- 1.5.4.3.328.gcaed - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html