t0001: use test_config_global
commit2a472410cbb481c56ee207dbda2ee99d158c0f48
authorJeff King <peff@peff.net>
Thu, 20 Mar 2014 23:18:12 +0000 (20 19:18 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Mar 2014 21:28:03 +0000 (21 14:28 -0700)
treeaa0cc876e24ec976b836792a8d555ad9c26c3545
parent633734d4a13ace930b34c83d37b4e8a22ccf5a3b
t0001: use test_config_global

We hand-set several config options using :

  git config -f $HOME/.gitconfig ...

Instead, we can use "test_config_global". Not only is this
more readable, but it cleans up for us so that subsequent
tests aren't polluted by our settings.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0001-init.sh