From 3407182fd8cf6f2a7632a0b9215eef01cafbd2c8 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 7603ad2f82b282..a1aed3934edaa8 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 () {