]> git.ipfire.org Git - thirdparty/git.git/commit
t4108: use `test_config` instead of `git config`
authorDenton Liu <liu.denton@gmail.com>
Wed, 23 Oct 2019 23:32:33 +0000 (16:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2019 02:32:53 +0000 (11:32 +0900)
commit95806205cd7013f524b6a7f10afc8542ab0c1929
treebf5ac8eedaa8f933fdc06dd86e3c66961bd43ca6
parentb0069684d430ea67fd3fbe019c71a18d4ef87fa3
t4108: use `test_config` instead of `git config`

Since `git config` leaves the configurations set even after the test
case completes, use `test_config` instead so that the configurations are
reset once the test case finishes.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4108-apply-threeway.sh