We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
iconv
test-helper --iconv
1 parent 5a52cf0 commit 7b68371Copy full SHA for 7b68371
t/test-lib.sh
@@ -1672,6 +1672,12 @@ Darwin)
1672
test_set_prereq GREP_STRIPS_CR
1673
test_set_prereq WINDOWS
1674
GIT_TEST_CMP="GIT_DIR=/dev/null git diff --no-index --ignore-cr-at-eol --"
1675
+ if ! type iconv >/dev/null 2>&1
1676
+ then
1677
+ iconv () {
1678
+ test-tool iconv "$@"
1679
+ }
1680
+ fi
1681
;;
1682
*CYGWIN*)
1683
test_set_prereq POSIXPERM
0 commit comments