]> git.99rst.org Git - git.git/commit
t: remove unexpected SANITIZE_LEAK variables
authorKarthik Nayak <redacted>
Tue, 20 May 2025 14:40:12 +0000 (16:40 +0200)
committerJunio C Hamano <redacted>
Tue, 20 May 2025 22:09:33 +0000 (15:09 -0700)
commit368d8c86f71a1477a079b340fe353b40f7039973
treead24bdecd67dc8234de950d8b4557575ff7e8986
parent8613c2bb6cd16ef530dc5dd74d3b818a1ccbf1c0
t: remove unexpected SANITIZE_LEAK variables

As of 1fc7ddf35b (test-lib: unconditionally enable leak checking,
2024-11-20), both the `GIT_TEST_PASSING_SANITIZE_LEAK` and
`TEST_PASSES_SANITIZE_LEAK` variables no longer have any meaning, the
leak checks are enabled by default. However, some newly added tests
include them by mistake. Let's clean this up.

Signed-off-by: Karthik Nayak <redacted>
Acked-by: Justin Tobler <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/perf/p5313-pack-objects.sh
t/perf/p5314-name-hash.sh
t/t6601-path-walk.sh
git clone https://git.99rst.org/PROJECT