summaryrefslogtreecommitdiff
path: root/t/t0204-gettext-reencode-sanity.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-10-31 00:24:12 +0200
committerJunio C Hamano <gitster@pobox.com>2021-11-01 11:23:08 -0700
commit618200d24309bd53eba18bf6ddb9a7a8c838e808 (patch)
tree18857fd998992ad5f1cbbf2000f7216c1dee8dd0 /t/t0204-gettext-reencode-sanity.sh
parente22ad35ed301af2a7fc90f6c2be4a78f570d3968 (diff)
downloadgit-618200d24309bd53eba18bf6ddb9a7a8c838e808.tar.gz
leak tests: mark most gettext tests as passing with SANITIZE=leak
Mark all but one tests that match "*gettext*" 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). In the case of "t0202-gettext-perl.sh" this isn't very meaningful as most of the work is on the Perl side, but let's mark it anyway. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0204-gettext-reencode-sanity.sh')
-rwxr-xr-xt/t0204-gettext-reencode-sanity.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t0204-gettext-reencode-sanity.sh b/t/t0204-gettext-reencode-sanity.sh
index 8437e51eb5..4f2e0dcb02 100755
--- a/t/t0204-gettext-reencode-sanity.sh
+++ b/t/t0204-gettext-reencode-sanity.sh
@@ -5,6 +5,7 @@
test_description="Gettext reencoding of our *.po/*.mo files works"
+TEST_PASSES_SANITIZE_LEAK=true
. ./lib-gettext.sh
# The constants used in a tricky observation for undefined behaviour