зеркало из https://github.com/microsoft/git.git
tests(mingw): if `iconv` is unavailable, use `test-helper --iconv`
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Родитель
8fc00bb769
Коммит
128897acf7
|
@ -1540,6 +1540,12 @@ case $uname_s in
|
|||
test_set_prereq GREP_STRIPS_CR
|
||||
test_set_prereq WINDOWS
|
||||
GIT_TEST_CMP="test-tool cmp"
|
||||
if ! type iconv >/dev/null 2>&1
|
||||
then
|
||||
iconv () {
|
||||
test-tool iconv "$@"
|
||||
}
|
||||
fi
|
||||
;;
|
||||
*CYGWIN*)
|
||||
test_set_prereq POSIXPERM
|
||||
|
|
Загрузка…
Ссылка в новой задаче