t9902: disable test on the list of merge-strategies under GETTEXT_POISON
commitb60e88cc780ea54de65b62437afbeb9c857110f2
authorJunio C Hamano <gitster@pobox.com>
Fri, 23 Mar 2018 17:40:06 +0000 (23 10:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Mar 2018 18:27:52 +0000 (23 11:27 -0700)
tree1431cacb282d7a24351a6e26735d84594cee4b43
parent8b0eaa41f2371cafd28324b00128405a80740b16
t9902: disable test on the list of merge-strategies under GETTEXT_POISON

The code to learn the list of merge strategies from the output of
"git merge -s help" forces C locale, so that it can notice the
message shown to indicate where the list starts in the output.

However, GETTEXT_POISON build corrupts its output even when run in
the C locale, and we cannot expect this test to succeed.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9902-completion.sh