From 82e2a8cf7391cb5cf89e1e21fda5df381ebc5610 Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Sun, 31 Oct 2021 11:47:02 -0400 Subject: [PATCH] t0001: drop memory-leak check Signed-off-by: Derrick Stolee --- t/t0001-init.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/t0001-init.sh b/t/t0001-init.sh index d479303efa03df..61232bcfbd92fd 100755 --- a/t/t0001-init.sh +++ b/t/t0001-init.sh @@ -2,7 +2,8 @@ test_description='git init' -TEST_PASSES_SANITIZE_LEAK=true +# Drop this leak check because it doesn't work on every platform. +# TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh check_config () {