X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7004-tag.sh;h=2ac1c66079b7656a60a25fbbb91c48c0b1db010b;hb=dc2204fe32385fba349e18d953dacd152c72fe00;hp=3e7baaf89f9bada46fc084e568544ce9df833594;hpb=663ee1a4c9b9caa4c8f446934410ca636f998df6;p=git.git diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index 3e7baaf89..2ac1c6607 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -1120,12 +1120,11 @@ test_expect_success \ ! (GIT_EDITOR=cat git tag -a initial-comment > actual) ' -test_expect_success \ - '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 \