summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 81fa145)
raw | patch | inline | side by side (parent: 81fa145)
author | Daniel Barkalow <barkalow@iabervon.org> | |
Tue, 26 Feb 2008 22:15:31 +0000 (17:15 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 Feb 2008 08:22:39 +0000 (00:22 -0800) |
For some reason, t5505-remote was setting GIT_CONFIG to .git/config
and exporting it. This should have been no-op, as test framework did
the same for a long time anyway.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
and exporting it. This should have been no-op, as test framework did
the same for a long time anyway.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5505-remote.sh | patch | blob | history |
diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh
index 636aec2f7139cad63591d64e8c89e82d2ed4760b..4fc62f550cbced0f1e257fa5057e43f4c54ed5dd 100755 (executable)
--- a/t/t5505-remote.sh
+++ b/t/t5505-remote.sh
. ./test-lib.sh
-GIT_CONFIG=.git/config
-export GIT_CONFIG
-
setup_repository () {
mkdir "$1" && (
cd "$1" &&