t4014: use test_config()
commit700e006c5d69990fc1167355e9fa7a55e9166581
authorDenton Liu <liu.denton@gmail.com>
Wed, 4 Dec 2019 21:25:00 +0000 (4 13:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 14:06:18 +0000 (5 06:06 -0800)
tree5863d9c1a0ebda55ecf98cf7fc66c471e5222448
parenta749d01e1d9a91b96b00f4eee411c20e20e662b5
t4014: use test_config()

Instead of manually unsetting the config after the test case is done,
use test_config() to do it automatically. While we're at it, fix a typo
in a test case name.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4014-format-patch.sh