Fix tests under GETTEXT_POISON on git-apply
commit76638d90e88374f8b1396e4fce75a424260ba6da
authorJiang Xin <worldhello.net@gmail.com>
Mon, 27 Aug 2012 05:36:52 +0000 (27 13:36 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Aug 2012 16:26:30 +0000 (27 09:26 -0700)
tree1b60cec3a2bc581a8afb8c2d115a0940db08f396
parentb354f11b595bb2bca4bae96b06778b3a9882b621
Fix tests under GETTEXT_POISON on git-apply

Use the i18n-specific test functions in test scripts for git-apply.
This issue was was introduced in the following commits:

    de373 i18n: apply: mark parseopt strings for translation
    3638e i18n: apply: mark strings for translation

and been broken under GETTEXT_POISON=YesPlease since.

Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4012-diff-binary.sh
t/t4120-apply-popt.sh
t/t4133-apply-filenames.sh