]> git.ipfire.org Git - thirdparty/git.git/commit
t0301-credential-cache: use 'test_atexit' to stop the credentials helper
authorSZEDER Gábor <szeder.dev@gmail.com>
Wed, 13 Mar 2019 12:24:14 +0000 (13:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Mar 2019 03:34:39 +0000 (12:34 +0900)
commit3bc2702b883030b138a8c7585d7bc9adb4b4a399
treef7ef7e68ec29048b40e71c9e2a842db311f47e20
parent8c3b9f7faa4f39ddb89be229b706d4a9f9c659a4
t0301-credential-cache: use 'test_atexit' to stop the credentials helper

Use 'test_atexit' to run cleanup commands to stop the credentials
helper at the end of the test script or upon interrupt or failure, as
it is shorter, simpler, and more robust than registering such cleanup
commands in the trap on EXIT in the test scripts.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0301-credential-cache.sh