t6200 (fmt-merge-msg): style nitpicks
commitd834c96a0eba93de78aa8252f6fcca39d18343d5
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 17 Aug 2010 06:57:40 +0000 (17 01:57 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Aug 2010 21:02:03 +0000 (18 14:02 -0700)
tree885e6815e5353c7f96c998b1b1e4bf825ee1514c
parent9cbdd76e097b01fa434dec9fdbe73b9cb6361e26
t6200 (fmt-merge-msg): style nitpicks

Guard setup with test_expect_success.  Use test_might_fail
instead of ignoring the exit code from git config --unset.
Point out setup commands that are shared by multiple tests,
to make it easy to write GIT_SKIP_TESTS specifications that
work.

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