From: Ævar Arnfjörð Bjarmason Date: Sat, 5 Nov 2011 17:28:43 +0000 (+0000) Subject: t/t7508-status.sh: use test_i18ncmp X-Git-Tag: v1.7.8-rc1~2^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ca0f515d75ee3328b8fa70f6eeedb4f06ba79028;p=git.git t/t7508-status.sh: use test_i18ncmp Change a i18n-specific comparison in t/t7508-status.sh to use test_i18ncmp instead. This was introduced in v1.7.6.3~11^2 and has been broken under GETTEXT_POISON=YesPlease since. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/t/t7508-status.sh b/t/t7508-status.sh index 905255adf..fc57b135c 100755 --- a/t/t7508-status.sh +++ b/t/t7508-status.sh @@ -189,7 +189,7 @@ test_expect_success 'status with gitignore' ' # untracked EOF git status --ignored >output && - test_cmp expect output + test_i18ncmp expect output ' test_expect_success 'status with gitignore (nothing untracked)' ' @@ -247,7 +247,7 @@ test_expect_success 'status with gitignore (nothing untracked)' ' # untracked EOF git status --ignored >output && - test_cmp expect output + test_i18ncmp expect output ' rm -f .gitignore