summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2011-11-05 17:28:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-11-06 06:14:26 (GMT)
commitca0f515d75ee3328b8fa70f6eeedb4f06ba79028 (patch)
tree6d097d5f7636e01d766f84b273d925d8b641b2a7 /t
parent475b3777bdae3c7c36f383a6a58f999111bffa18 (diff)
downloadgit-ca0f515d75ee3328b8fa70f6eeedb4f06ba79028.zip
git-ca0f515d75ee3328b8fa70f6eeedb4f06ba79028.tar.gz
git-ca0f515d75ee3328b8fa70f6eeedb4f06ba79028.tar.bz2
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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t7508-status.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t7508-status.sh b/t/t7508-status.sh
index 905255a..fc57b13 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