]> git.ipfire.org Git - thirdparty/git.git/commit
t7800: don't use test_config in a subshell
authorJohn Keeping <john@keeping.me.uk>
Sat, 5 Sep 2015 13:12:48 +0000 (14:12 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Sep 2015 17:35:03 +0000 (10:35 -0700)
commitda568b66f1b481998bee3a2569739ca1302fd65c
tree450d7ce49a8ab3e80f9f9df292e0746d2df0e073
parent5fafc07fca933be10c82ba97a6fd3b28d6b3a02e
t7800: don't use test_config in a subshell

Use the new "-C" option to test_config to change the configuration in
the submodule from the top level of the test so that it can be unset
correctly when the test finishes.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7800-difftool.sh