diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-10-31 00:24:23 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-11-01 11:23:08 -0700 |
commit | 676063016ad90867c283529892e2721e1994ef08 (patch) | |
tree | 8360427f526d8237d9f8fdaac1d1c219bfd618e2 /t/t1308-config-set.sh | |
parent | leak tests: mark some status tests as passing with SANITIZE=leak (diff) | |
download | tgif-676063016ad90867c283529892e2721e1994ef08.tar.xz |
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>
Diffstat (limited to 't/t1308-config-set.sh')
-rwxr-xr-x | t/t1308-config-set.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t1308-config-set.sh b/t/t1308-config-set.sh index 88b119a0a3..b38e158d3b 100755 --- a/t/t1308-config-set.sh +++ b/t/t1308-config-set.sh @@ -2,6 +2,7 @@ test_description='Test git config-set API in different settings' +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh # 'check_config get_* section.key value' verifies that the entry for |