aboutsummaryrefslogtreecommitdiff
path: root/t/t0006-date.sh
diff options
context:
space:
mode:
authorJiang Xin <worldhello.net@gmail.com>2012-08-27 13:36:49 +0800
committerJunio C Hamano <gitster@pobox.com>2012-08-27 09:26:29 -0700
commit4fa7e1989f411b2c507ace390e84ecf3d1eeb424 (patch)
treeaedd79388534317f39e4eba0753ab4b9aa236e37 /t/t0006-date.sh
parent889d35899ba64640e47798681ecb34a4be043bad (diff)
downloadgit-4fa7e1989f411b2c507ace390e84ecf3d1eeb424.tar.gz
git-4fa7e1989f411b2c507ace390e84ecf3d1eeb424.tar.xz
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>
Diffstat (limited to 't/t0006-date.sh')
-rwxr-xr-xt/t0006-date.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0006-date.sh b/t/t0006-date.sh
index 1d29810a7..e53cf6d36 100755
--- a/t/t0006-date.sh
+++ b/t/t0006-date.sh
@@ -11,7 +11,7 @@ check_show() {
echo "$t -> $2" >expect
test_expect_${3:-success} "relative date ($2)" "
test-date show $t >actual &&
- test_cmp expect actual
+ test_i18ncmp expect actual
"
}