Skip to content

Commit

Permalink
fixup! t0001: drop memory-leak check
Browse files Browse the repository at this point in the history
Turns out that this is no longer necessary.

Suggested-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Sep 20, 2022
1 parent af34e99 commit 34a5d8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/t0001-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

test_description='git init'

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

check_config () {
Expand Down

0 comments on commit 34a5d8a

Please sign in to comment.