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>
test_description='Tests pack performance using bitmaps'
. ./perf-lib.sh
-GIT_TEST_PASSING_SANITIZE_LEAK=0
-export GIT_TEST_PASSING_SANITIZE_LEAK
-
test_perf_large_repo
test_expect_success 'create rev input' '
test_description='Tests pack performance using bitmaps'
. ./perf-lib.sh
-GIT_TEST_PASSING_SANITIZE_LEAK=0
-export GIT_TEST_PASSING_SANITIZE_LEAK
-
test_perf_large_repo
test_size 'paths at head' '
#!/bin/sh
-TEST_PASSES_SANITIZE_LEAK=true
-
test_description='direct path-walk API tests'
. ./test-lib.sh