Skip to content

Commit

Permalink
Don't use GIT_CONFIG in t5505-remote
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Barkalow authored and Junio C Hamano committed Feb 27, 2008
1 parent 81fa145 commit 2ac8af1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions t/t5505-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" &&
Expand Down

0 comments on commit 2ac8af1

Please sign in to comment.