summaryrefslogtreecommitdiff
path: root/t/t3702-add-edit.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-10-30 22:24:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-11-01 18:23:08 (GMT)
commitaecb85bdd12319d0c149a3d43bd35bca4256f26d (patch)
tree77fd1158b85ad31ca2ea782643378095b692cb8a /t/t3702-add-edit.sh
parent16d4bd4f14e91ab5f70fb74407fc27fc4c8bfe0f (diff)
downloadgit-aecb85bdd12319d0c149a3d43bd35bca4256f26d.zip
git-aecb85bdd12319d0c149a3d43bd35bca4256f26d.tar.gz
git-aecb85bdd12319d0c149a3d43bd35bca4256f26d.tar.bz2
leak tests: mark some add tests as passing with SANITIZE=leak
Mark some tests that match "*add*" 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/t3702-add-edit.sh')
-rwxr-xr-xt/t3702-add-edit.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t3702-add-edit.sh b/t/t3702-add-edit.sh
index 6c67664..a1801a8 100755
--- a/t/t3702-add-edit.sh
+++ b/t/t3702-add-edit.sh
@@ -4,6 +4,8 @@
#
test_description='add -e basic tests'
+
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh