Git fork

Merge branch 'kn/passing-leak-tests'

Remove the leftover hints to the test framework to mark tests that
do not pass the leak checker tests, as they should no longer be
needed.

* kn/passing-leak-tests:
t: remove unexpected SANITIZE_LEAK variables

-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