Fix tests under GETTEXT_POISON on relative dates
commit4fa7e1989f411b2c507ace390e84ecf3d1eeb424
authorJiang Xin <worldhello.net@gmail.com>
Mon, 27 Aug 2012 05:36:49 +0000 (27 13:36 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Aug 2012 16:26:29 +0000 (27 09:26 -0700)
treeaedd79388534317f39e4eba0753ab4b9aa236e37
parent889d35899ba64640e47798681ecb34a4be043bad
Fix tests under GETTEXT_POISON on relative dates

Use the i18n-specific test_i18ncmp in t/t0006-date.sh for relative dates
tests. This issue was was introduced in v1.7.10-230-g7d29a:

    7d29a i18n: mark relative dates 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/t0006-date.sh