mirror of
https://github.com/git/git.git
synced 2025-12-18 12:00:25 +01:00
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>
22 KiB
Executable File
22 KiB
Executable File