Code

Don't use GIT_CONFIG in t5505-remote
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 26 Feb 2008 22:15:31 +0000 (17:15 -0500)
committerJunio 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>
t/t5505-remote.sh

index 636aec2f7139cad63591d64e8c89e82d2ed4760b..4fc62f550cbced0f1e257fa5057e43f4c54ed5dd 100755 (executable)
@@ -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" &&