Daniel Kahn Gillmor <[EMAIL PROTECTED]> wrote: > Thanks for the quick response! i'm trying to test your patch against > a debian etch/sid system but running into a similar test suite problem > that Jordi Mallach just mentioned (though i'm not trying to upgrade to > 1.0 at the same time yet).
The problem seems to be caused by the fact that expect malinterprets eight-bit input. Obviously I was wrong supposing it will be able to handle it. In the absence of other solution, I'd recommend to disable mailbox/testsuite/mailbox/encode2047.exp altogether (either by placing `return 0' at the very beginning of it or simply by removing the file), and to disable the 'ASCII upper part' test in mailbox/testsuite/Argcv (by commenting out the lines 36-38). Later I will rewrite both test cases. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
