Merge branch 'ps/stash-push-pathspec-fix' into maint
[gitweb.git] / t / t0027-auto-crlf.sh
index effc3db0d580e7c18c6c52585fb681a3001ff66b..deb3ae7813052d01b6dab92586e2c37d313ef8ff 100755 (executable)
@@ -69,7 +69,7 @@ check_warning () {
        *) echo >&2 "Illegal 1": "$1" ; return false ;;
        esac
        grep "will be replaced by" "$2" | sed -e "s/\(.*\) in [^ ]*$/\1/" | uniq  >"$2".actual
-       test_cmp "$2".expect "$2".actual
+       test_i18ncmp "$2".expect "$2".actual
 }
 
 commit_check_warn () {