Make iconv(3) tests portable..
commitf309d71eb787cb7b94b77dfb6456285add85a205
authorSteffen Nurpmeso <steffen@sdaoden.eu>
Fri, 16 Feb 2018 19:45:11 +0000 (16 20:45 +0100)
committerSteffen Nurpmeso <steffen@sdaoden.eu>
Fri, 16 Feb 2018 19:45:35 +0000 (16 20:45 +0100)
treebe308b91d2a11fb83eb80f96807fc4754bd86c19
parentfd2daba5b7e4ad0d07dfdaaad807dd0c0c6e2b9f
Make iconv(3) tests portable..

We yet have had the problem that the several different iconv(3)
implementations out there use different replacement characters
and modes (byte-wise, character-wise), which we yet tried to
address by check iconv(1) output in t_behave_iconv_mainbody()
of cc-test.sh.
This however does not reflect what iconv(3) produces indeed.

So extend our make-config.sh test for iconv(3) and test right
away which kind of replacement that produces, and pass the
result on to cc-test.sh, which includes mk-config.ev.
cc-test.sh
make-config.sh