t0001: use test_config_global
authorJeff King <peff@peff.net>
Thu, 20 Mar 2014 23:18:12 +0000 (19:18 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Mar 2014 21:28:03 +0000 (14:28 -0700)
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>
No differences found