diff options
author | Jeff King <peff@peff.net> | 2014-03-20 19:13:21 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-21 14:10:30 -0700 |
commit | a6ca9dfa5cd025353afe21aa4432b3b3663ebef2 (patch) | |
tree | 0f390465ead4b5de65b6297e900d2f3b91f90830 /bundle.c | |
parent | tests: use "env" to run commands with temporary env-var settings (diff) | |
download | tgif-a6ca9dfa5cd025353afe21aa4432b3b3663ebef2.tar.xz |
t/Makefile: stop setting GIT_CONFIG
Once upon a time, the setting of GIT_CONFIG in the
environment could affect how tests ran. Commit 9c3796f (Fix
setting config variables with an alternative GIT_CONFIG,
2006-06-20) unconditionally set GIT_CONFIG in the Makefile
when running tests to give us a known starting point.
This is insufficient for running the tests outside of the
Makefile, however, and 8565d2d (Make tests independent of
global config files, 2007-02-15) later set GIT_CONFIG
directly in test-lib.sh. At that point the Makefile setting
was redundant, but we never removed it. Let's do so now.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bundle.c')
0 files changed, 0 insertions, 0 deletions