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.lorimer.id.au/gitweb.git/diff_plain/ca0f515d75ee3328b8fa70f6eeedb4f06ba79028?hp=--cc 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 --- ca0f515d75ee3328b8fa70f6eeedb4f06ba79028 diff --git a/t/t7508-status.sh b/t/t7508-status.sh index 905255adf0..fc57b135c5 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