leak tests: mark some config tests as passing with SANITIZE=leak
commit676063016ad90867c283529892e2721e1994ef08
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 30 Oct 2021 22:24:23 +0000 (31 00:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Nov 2021 18:23:08 +0000 (1 11:23 -0700)
tree8360427f526d8237d9f8fdaac1d1c219bfd618e2
parent94882d1245ea1eb8b96e9381da476c195e323163
leak tests: mark some config tests as passing with SANITIZE=leak

Mark some tests that match "*config*" as passing when git is compiled
with SANITIZE=leak. They'll now be listed as running under the
"GIT_TEST_PASSING_SANITIZE_LEAK=true" test mode (the "linux-leaks" CI
target).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1300-config.sh
t/t1303-wacky-config.sh
t/t1307-config-blob.sh
t/t1308-config-set.sh
t/t1309-early-config.sh
t/t1310-config-default.sh
t/t2404-worktree-config.sh