From: Ævar Arnfjörð Bjarmason Date: Fri, 5 May 2017 18:19:32 +0000 (+0000) Subject: tests: fix tests broken under GETTEXT_POISON=YesPlease X-Git-Tag: v2.13.1~39^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0d75bfe67bfd7538c0188f862fb4770f09620b8d?ds=sidebyside;hp=0d75bfe67bfd7538c0188f862fb4770f09620b8d tests: fix tests broken under GETTEXT_POISON=YesPlease The GETTEXT_POISON=YesPlease compile-time testing option added in my bb946bba76 ("i18n: add GETTEXT_POISON to simulate unfriendly translator", 2011-02-22) has been slowly bitrotting as strings have been marked for translation, and new tests have been added without running it. I brought this up on the list ("[BUG] test suite broken with GETTEXT_POISON=YesPlease", [1]) asking whether this mode was useful at all anymore. At least one person occasionally uses it, and Lars Schneider offered to change one of the the Travis builds to run in this mode, so fix up the failing ones. My test setup runs most of the tests, with the notable exception of skipping all the p4 tests, so it's possible that there's still some lurking regressions I haven't fixed. 1. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---