Git fork

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 <karthik.188@gmail.com>
Acked-by: Justin Tobler <jltobler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Karthik Nayak and committed by
Junio C Hamano
368d8c86 8613c2bb

-8
-3
t/perf/p5313-pack-objects.sh
··· 3 3 test_description='Tests pack performance using bitmaps' 4 4 . ./perf-lib.sh 5 5 6 - GIT_TEST_PASSING_SANITIZE_LEAK=0 7 - export GIT_TEST_PASSING_SANITIZE_LEAK 8 - 9 6 test_perf_large_repo 10 7 11 8 test_expect_success 'create rev input' '
-3
t/perf/p5314-name-hash.sh
··· 3 3 test_description='Tests pack performance using bitmaps' 4 4 . ./perf-lib.sh 5 5 6 - GIT_TEST_PASSING_SANITIZE_LEAK=0 7 - export GIT_TEST_PASSING_SANITIZE_LEAK 8 - 9 6 test_perf_large_repo 10 7 11 8 test_size 'paths at head' '
-2
t/t6601-path-walk.sh
··· 1 1 #!/bin/sh 2 2 3 - TEST_PASSES_SANITIZE_LEAK=true 4 - 5 3 test_description='direct path-walk API tests' 6 4 7 5 . ./test-lib.sh