diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-10-12 15:56:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-13 03:23:24 +0200 |
commit | 0b3481c9ab24fdd3893cfea8d694250a08a99b34 (patch) | |
tree | 40400387a90379ded800b8a1bd673a184fd862b4 /t/t3002-ls-files-dashpath.sh | |
parent | leak tests: mark all checkout-index tests as passing with SANITIZE=leak (diff) | |
download | git-0b3481c9ab24fdd3893cfea8d694250a08a99b34.tar.xz git-0b3481c9ab24fdd3893cfea8d694250a08a99b34.zip |
leak tests: mark some ls-files tests as passing with SANITIZE=leak
Mark some tests that match "*ls-files*" 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). We still have others that match '*ls-files*" that fail
under SANITIZE=leak.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3002-ls-files-dashpath.sh')
-rwxr-xr-x | t/t3002-ls-files-dashpath.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t3002-ls-files-dashpath.sh b/t/t3002-ls-files-dashpath.sh index 8704b04e1b..54d22a45df 100755 --- a/t/t3002-ls-files-dashpath.sh +++ b/t/t3002-ls-files-dashpath.sh @@ -12,6 +12,8 @@ filesystem. -foo - a file with a funny name. -- - another file with a funny name. ' + +TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh test_expect_success \ |