On Sun, Jul 2, 2023, 7:55 AM Bruno Haible <br...@clisp.org> wrote: > In fact, libunistring relies on the iconv API (in libc or libiconv), not on > the 'iconv' program. >
That is what I thought as well, so I had deleted the iconv executable in my build script. This caused the 22 failures. The only change made between 22 failures and zero failures was to NOT delete the iconv executable. It seems to be an essential part of those 22 unit tests, if not essential to libiconv itself.