summaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
diff options
context:
space:
mode:
authorDaniel Barkalow <barkalow@iabervon.org>2008-02-26 22:15:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-02-27 08:22:39 (GMT)
commit2ac8af1619feba08ec2285c0e305489a5cf815c9 (patch)
treebc58ea3ba2177c69255996661941f64b3b5ff607 /t/t5505-remote.sh
parent81fa145917c40b68a5e2cca6afc6a10cdfdbd25b (diff)
downloadgit-2ac8af1619feba08ec2285c0e305489a5cf815c9.zip
git-2ac8af1619feba08ec2285c0e305489a5cf815c9.tar.gz
git-2ac8af1619feba08ec2285c0e305489a5cf815c9.tar.bz2
Don't use GIT_CONFIG in t5505-remote
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>
Diffstat (limited to 't/t5505-remote.sh')
-rwxr-xr-xt/t5505-remote.sh3
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" &&