Code

Merge branch 'jc/maint-branch-mergeoptions'
[git.git] / t / t3203-branch-output.sh
index 6028748c6cecaedb087c35182de172ca0e93fe08..6b7c118e4fcbf3855318b2e9e3b721d07950fd25 100755 (executable)
@@ -75,7 +75,7 @@ EOF
 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