On 11/08/17 11:49, A. Wilcox wrote: > FAIL: tests/misc/csplit-io-err > ============================== This was due to an inconsistency in the errors output by seq. A fix for that buglet is attached. > FAIL: tests/misc/printf-surprise > ================================ Depending on exit 141 couples the script to the value of SIGPIPE and to the shell implementation (ksh will return 269 here for e.g.). So I've attached a solution that should hopefully work in all situations. > FAIL: tests/misc/sort-debug-warn > ================================ This was due to an assumption that for "missing" locales that sort would fail to C rather than C.UTF8. I've adjusted sort to not assume that in the attached. thanks, Pádraig