diff options
author | Yann Droneaud <ydroneaud@opteya.com> | 2013-03-24 22:06:10 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-25 08:50:54 -0700 |
commit | 464be6307c898ff314c723626b5ee61387dab9b4 (patch) | |
tree | 8c4c13d7f74a8a428d90e4e8c44e35ba12c5793c /t/t5527-fetch-odd-refs.sh | |
parent | t9500: use test_config to set/unset git config variables (diff) | |
download | tgif-464be6307c898ff314c723626b5ee61387dab9b4.tar.xz |
t7502: use test_config to set/unset git config variables
Instead of using construct such as:
test_when_finished "git config --unset <key>"
git config <key> <value>
uses
test_config <key> <value>
The latter takes care of removing <key> at the end of the test.
Signed-off-by: Yann Droneaud <ydroneaud@opteya.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5527-fetch-odd-refs.sh')
0 files changed, 0 insertions, 0 deletions