]> git.ipfire.org Git - thirdparty/git.git/commit
tests: remove uses of GIT_TEST_GETTEXT_POISON=false
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 20 Jan 2021 18:27:59 +0000 (19:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Jan 2021 23:50:03 +0000 (15:50 -0800)
commit73c01d25fe254208befe099a659916d2bff5bbb4
tree275ac23802e809be7d41c3324e57dc47761f8401
parentd162b25f9568c0e874570dfdbdae74f767b6836b
tests: remove uses of GIT_TEST_GETTEXT_POISON=false

As noted in previous commits we are removing the use of
GIT_TEST_GETTEXT_POISON=false. These tests all relied on the facility
being off, it always is off after an earlier change, but we hadn't
removed the redundant assignments to "false" in the tests.

I'm preserving the deletion of "error" lines in 38b9197a76a (t5411:
add basic test cases for proc-receive hook, 2020-08-27), it turns out
that's useful even without GIT_TEST_GETTEXT_POISON=true in
play. Update a comment added in that commit to note that.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1305-config-include.sh
t/t5411/common-functions.sh
t/t7201-co.sh
t/t9902-completion.sh