t6200: use test_config/test_unconfig
commit9a94dba012b6b892c97d6eaf10d26f256d8dbfde
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2013 19:33:52 +0000 (1 12:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2013 19:33:52 +0000 (1 12:33 -0700)
treef89057b3d278763f5d6300b1c61fef6d6cf31025
parent2d1495fe449de98df3b0feb5ce508c5f6418d3fa
t6200: use test_config/test_unconfig

The tests were already well protected from previous ones by running
"git config --unset" on variables early they do not want to see, but
it is easier to make sure they start from a clean state by using
more modern test_config/test_unconfig helper functions.

It turns out that the last test depended on the merge.summary
configuration previous one leaves behind.  Set it explicitly in it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6200-fmt-merge-msg.sh