diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2012-08-27 07:36:51 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-27 18:26:30 +0200 |
commit | b354f11b595bb2bca4bae96b06778b3a9882b621 (patch) | |
tree | 9a33b85a13ca2def31bac3cf373d67c659d6af93 /t/t7508-status.sh | |
parent | Fix tests under GETTEXT_POISON on git-stash (diff) | |
download | git-b354f11b595bb2bca4bae96b06778b3a9882b621.tar.xz git-b354f11b595bb2bca4bae96b06778b3a9882b621.zip |
Fix tests under GETTEXT_POISON on diffstat
Use the i18n-specific test functions in test scripts for diffstat.
This issue was was introduced in v1.7.9-1-g7f814:
7f814 Use correct grammar in diffstat summary line
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/t7508-status.sh')
-rwxr-xr-x | t/t7508-status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7508-status.sh b/t/t7508-status.sh index c206f4777a..e313ef196e 100755 --- a/t/t7508-status.sh +++ b/t/t7508-status.sh @@ -80,7 +80,7 @@ test_expect_success 'status --column' ' # dir1/untracked dir2/untracked untracked # dir2/modified output EOF - test_cmp expect output + test_i18ncmp expect output ' cat >expect <<\EOF |