Skip to content

Commit 368d8c8

Browse files
KarthikNayakgitster
authored andcommitted
t: remove unexpected SANITIZE_LEAK variables
As of 1fc7ddf (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 <[email protected]> Acked-by: Justin Tobler <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8613c2b commit 368d8c8

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

t/perf/p5313-pack-objects.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
test_description='Tests pack performance using bitmaps'
44
. ./perf-lib.sh
55

6-
GIT_TEST_PASSING_SANITIZE_LEAK=0
7-
export GIT_TEST_PASSING_SANITIZE_LEAK
8-
96
test_perf_large_repo
107

118
test_expect_success 'create rev input' '

t/perf/p5314-name-hash.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
test_description='Tests pack performance using bitmaps'
44
. ./perf-lib.sh
55

6-
GIT_TEST_PASSING_SANITIZE_LEAK=0
7-
export GIT_TEST_PASSING_SANITIZE_LEAK
8-
96
test_perf_large_repo
107

118
test_size 'paths at head' '

t/t6601-path-walk.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/sh
22

3-
TEST_PASSES_SANITIZE_LEAK=true
4-
53
test_description='direct path-walk API tests'
64

75
. ./test-lib.sh

0 commit comments

Comments
 (0)