Boyd Lynn Gerber wrote: > Hello, > > With a config.mak.autogen that is fixed for OpenServer 6. > > I now have three tests that fail. > > The first is because of the OS does not allow perl to do somethings. > > The second is a new problem. Probably your system is missing support for some character encodings. > *** t5100-mailinfo.sh *** > * ok 1: split sample box > * ok 2: mailinfo 0001 > * ok 3: mailinfo 0002 > * ok 4: mailinfo 0003 > * ok 5: mailinfo 0004 > * ok 6: mailinfo 0005 > * ok 7: mailinfo 0006 > * ok 8: mailinfo 0007 > * ok 9: mailinfo 0008 > * ok 10: mailinfo 0009 > * ok 11: mailinfo 0010 > * FAIL 12: mailinfo 0011 This uses charset ISO8859-15. > > git mailinfo -u msg$mail patch$mail <$mail >> info$mail && > echo msg && > test_cmp "$TEST_DIRECTORY"/t5100/msg$mail > msg$mail && > echo patch && > test_cmp "$TEST_DIRECTORY"/t5100/patch$mail > patch$mail && > echo info && > test_cmp "$TEST_DIRECTORY"/t5100/info$mail > info$mail > > * ok 13: mailinfo 0012 > * ok 14: mailinfo 0013 > * ok 15: split box with rfc2047 samples > * FAIL 16: mailinfo rfc2047/0001 ISO8859-2 > * ok 17: mailinfo rfc2047/0002 > * ok 18: mailinfo rfc2047/0003 > * FAIL 19: mailinfo rfc2047/0004 ISO8859-8 > * ok 20: mailinfo rfc2047/0005 > * ok 21: mailinfo rfc2047/0006 > * ok 22: mailinfo rfc2047/0007 > * ok 23: mailinfo rfc2047/0008 > * ok 24: mailinfo rfc2047/0009 > * ok 25: mailinfo rfc2047/0010 > * FAIL 26: mailinfo rfc2047/0011 ISO8859-2 You can just skip these tests if you don't want to install the missing encoding support. -brandon -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html