Skip to content

Commit ca0f515

Browse files
avargitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 475b377 commit ca0f515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t7508-status.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ test_expect_success 'status with gitignore' '
189189
# untracked
190190
EOF
191191
git status --ignored >output &&
192-
test_cmp expect output
192+
test_i18ncmp expect output
193193
'
194194

195195
test_expect_success 'status with gitignore (nothing untracked)' '
@@ -247,7 +247,7 @@ test_expect_success 'status with gitignore (nothing untracked)' '
247247
# untracked
248248
EOF
249249
git status --ignored >output &&
250-
test_cmp expect output
250+
test_i18ncmp expect output
251251
'
252252

253253
rm -f .gitignore

0 commit comments

Comments
 (0)