X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3203-branch-output.sh;h=6b7c118e4fcbf3855318b2e9e3b721d07950fd25;hb=124b70a2adad2b2efdf50150a6840f1327d2f2cd;hp=4ef7d09115678ff97717a5f6a3027a87490dac79;hpb=7eacaeffd7c2cda1a50a643a7c0c144fea01c76f;p=git.git diff --git a/t/t3203-branch-output.sh b/t/t3203-branch-output.sh index 4ef7d0911..6b7c118e4 100755 --- a/t/t3203-branch-output.sh +++ b/t/t3203-branch-output.sh @@ -72,10 +72,10 @@ cat >expect <<'EOF' branch-two master EOF -test_expect_success C_LOCALE_OUTPUT 'git branch shows detached HEAD properly' ' +test_expect_success 'git branch shows detached HEAD properly' ' git checkout HEAD^0 && git branch >actual && - test_cmp expect actual + test_i18ncmp expect actual ' test_done