Skip to content

Commit e1487fa

Browse files
committed
t0001: drop memory-leak check
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
1 parent 8c4c2ad commit e1487fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/t0001-init.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
test_description='git init'
44

5-
TEST_PASSES_SANITIZE_LEAK=true
5+
# Drop this leak check because it doesn't work on every platform.
6+
# TEST_PASSES_SANITIZE_LEAK=true
67
. ./test-lib.sh
78

89
check_config () {

0 commit comments

Comments
 (0)