X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7004-tag.sh;h=2ac1c66079b7656a60a25fbbb91c48c0b1db010b;hb=cc663d141a2d900d097973a8fdcb939f697d46bd;hp=1dedfd0c836c06eb3d2f66aa8e4e7eac54368508;hpb=5590fe762ff9d68f6968d80979e446576e61e2e1;p=git.git diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index 1dedfd0c8..2ac1c6607 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -1120,13 +1120,11 @@ test_expect_success \ ! (GIT_EDITOR=cat git tag -a initial-comment > actual) ' -test_expect_success \ - C_LOCALE_OUTPUT \ - 'message in editor has initial comment: first line' ' +test_expect_success 'message in editor has initial comment: first line' ' # check the first line --- should be empty echo >first.expect && sed -e 1q first.actual && - test_cmp first.expect first.actual + test_i18ncmp first.expect first.actual ' test_expect_success \