t4204 is not sanitizer clean at all
commit6b2edaa3788936e07662ddc9bfddcf47920371fa
authorJunio C Hamano <gitster@pobox.com>
Thu, 16 Dec 2021 23:11:12 +0000 (16 15:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Dec 2021 23:18:31 +0000 (16 15:18 -0800)
tree6058c183bc33f2fdfff7b6f97ea00648cd36c0c3
parent69a9c10c95e28df457e33b3c7400b16caf2e2962
t4204 is not sanitizer clean at all

Earlier we marked that this patch-id test is leak-sanitizer clean,
but if we read the test script carefully, it is merely because we
have too many invocations of commands in the "git log" family on the
upstream side of the pipe, hiding breakages from them.

Split the pipeline so that breakages from these commands can be
caught (not limited to aborts due to leak-sanitizer) and unmark
the script as not passing the test with leak-sanitizer in effect.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4204-patch-id.sh