t7006: use test_config helpers
authorJeff King <peff@peff.net>
Thu, 18 Aug 2011 05:02:06 +0000 (22:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Aug 2011 21:12:46 +0000 (14:12 -0700)
In some cases, this is just making the test script a little
shorter and easier to read. However, there are several
places where we didn't take proper precautions against
polluting downstream tests with our config; this fixes them,
too.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found