Code

Merge branch 'jm/mergetool-submodules'
[git.git] / t / t7500-commit.sh
index 5976f598fc7bf48120865eca3ceef74a151e717a..47096f9014a0f36251eeb643ea302555e9ddc4d5 100755 (executable)
@@ -15,7 +15,7 @@ commit_msg_is () {
 
        printf "%s" "$(git log --pretty=format:%s%b -1)" >$expect &&
        printf "%s" "$1" >$actual &&
-       test_cmp $expect $actual
+       test_i18ncmp $expect $actual
 }
 
 # A sanity check to see if commit is working at all.