Skip to content

Commit

Permalink
t0001: drop memory-leak check
Browse files Browse the repository at this point in the history
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
  • Loading branch information
derrickstolee authored and dscho committed Jul 12, 2022
1 parent 3c1e0a8 commit 6b1d82f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/t0001-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 6b1d82f

Please sign in to comment.