nmh-workers
[Top] [All Lists]

[Nmh-workers] Second release candidate for nmh 1.5 is now available

2012-05-07 14:43:47

So, looking at those errors ...

FAIL: test/bad-input/test-header

That _MIGHT_ be because you have a terminal wider than 80 characters; is
that true?  Obviously we should fix that.  Actually, if you want to try
fixing that yourself ... in test/bad-input/test-header, change:

scan $msgnum > $actual 2>&1

to

scan -width 80 $msgnum > $actual 2>&1

...works for me.

Sorry, shoulda read through all my nmh mail first.

steve
--

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>