diff options
author | Yann Droneaud <ydroneaud@opteya.com> | 2013-03-24 22:06:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-25 08:50:54 -0700 |
commit | c63659dd9638d756a07de13230703406a59b81a0 (patch) | |
tree | d9a01c25d41b15073bf044dcf6c3123dfd751fc7 /t/t4019-diff-wserror.sh | |
parent | t7500: use test_config to set/unset git config variables (diff) | |
download | tgif-c63659dd9638d756a07de13230703406a59b81a0.tar.xz |
t7508: 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/t4019-diff-wserror.sh')
0 files changed, 0 insertions, 0 deletions