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>
This commit is contained in:
Daniel Barkalow 2008-02-26 17:15:31 -05:00 коммит произвёл Junio C Hamano
Родитель 81fa145917
Коммит 2ac8af1619
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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" &&