t7006: use test_config helpers
commit8d68a6d59378760c6bd5c7e0af75fe71c6ed78e7
authorJeff King <peff@peff.net>
Thu, 18 Aug 2011 05:02:06 +0000 (17 22:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Aug 2011 21:12:46 +0000 (18 14:12 -0700)
tree89f93a176dc1a48f35b44ae544a8b8be05b8fa31
parentd960c47a881c613a71b1b7c8aab3a06fd91ca70a
t7006: use test_config helpers

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>
t/t7006-pager.sh