]> git.ipfire.org Git - thirdparty/git.git/commit
t/lib-credential: clean additional credential
authorBo Anderson <mail@boanderson.me>
Thu, 15 Feb 2024 01:03:56 +0000 (01:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Feb 2024 22:16:38 +0000 (14:16 -0800)
commit83e6eb7d7a8e9e2b6673638e9219b67659a969d3
treeed8fb97562b6fc663e263de8fccee2180c1306ec
parentefb050becb6bc703f76382e1f1b6273100e6ace3
t/lib-credential: clean additional credential

71201ab0e5 (t/lib-credential.sh: ensure credential helpers handle long
headers, 2023-05-01) added a test which stores credentials with the host
victim.example.com but this was never cleaned up, leaving residual data
in the credential store after running the tests.

Add a cleanup call for this credential to resolve this issue.

Signed-off-by: Bo Anderson <mail@boanderson.me>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-credential.sh