Don't use GIT_CONFIG in t5505-remote
commit2ac8af1619feba08ec2285c0e305489a5cf815c9
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 26 Feb 2008 22:15:31 +0000 (26 17:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2008 08:22:39 +0000 (27 00:22 -0800)
treebc58ea3ba2177c69255996661941f64b3b5ff607
parent81fa145917c40b68a5e2cca6afc6a10cdfdbd25b
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>
t/t5505-remote.sh