Hello,
I have given the test-suite a testrun.
Stuff it breaks on:
* umask. I am running with umask 0002 and therefore aux-fixed/* is g+w
in my CVS checkout. Also the files generated at runtime in aux-var/
are generated g+w.
Solution:
find aux-fixed -exec chmod g-w {} +
umask 0022
* locales. The very first thing runtest does is parsing ifconfig
output. Mine was localized.
Solution:
env LC_ALL=C ...
* charsets.
I usually build exim with HEADERS_CHARSET="UTF-8". Which seems to
break e.g. Basic/0178.
Solution:
Do not set HEADERS_CHARSET="UTF-8".
cu andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details
at http://www.exim.org/ ##