Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ah/log-decorate-default-to-auto' into maint
[gitweb.git]
/
t
/
t0027-auto-crlf.sh
diff --git
a/t/t0027-auto-crlf.sh
b/t/t0027-auto-crlf.sh
index 90db54c9f976c3c7b1d1d1a55bc3be6e557f2aa2..81609af7bbdf2f0ec0e16b4b7374dfc20a96001f 100755
(executable)
--- a/
t/t0027-auto-crlf.sh
+++ b/
t/t0027-auto-crlf.sh
@@
-75,7
+75,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_
i18n
cmp "$2".expect "$2".actual
}
commit_check_warn () {