]> git.ipfire.org Git - thirdparty/git.git/commit
t: use test_config in t4055
authorLeon Michalak <leonmichalak6@gmail.com>
Tue, 29 Jul 2025 07:01:49 +0000 (07:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jul 2025 15:52:45 +0000 (08:52 -0700)
commit97b99a9eb6b3fec7ff46ab68af423b9a08d5a264
tree5fdf8af8f56a9322404e3c0f4300b4d1ad69aba0
parent671b28394d3d3af645752afec3e6a447ee075172
t: use test_config in t4055

Use the modern "test_config" test utility instead of manual"git config"
as the former provides clean up on test completion.

This is a prerequisite to the commits that follow which add to this test
file.

Signed-off-by: Leon Michalak <leonmichalak6@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4055-diff-context.sh