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 96a3805 commit 487e42aCopy full SHA for 487e42a
t/test-lib.sh
@@ -1667,6 +1667,12 @@ Darwin)
1667
test_set_prereq GREP_STRIPS_CR
1668
test_set_prereq WINDOWS
1669
GIT_TEST_CMP="GIT_DIR=/dev/null git diff --no-index --ignore-cr-at-eol --"
1670
+ if ! type iconv >/dev/null 2>&1
1671
+ then
1672
+ iconv () {
1673
+ test-tool iconv "$@"
1674
+ }
1675
+ fi
1676
;;
1677
*CYGWIN*)
1678
test_set_prereq POSIXPERM
0 commit comments