On Tue 2020-05-12 20:14:07 -0300, David Bremner wrote: > Daniel Kahn Gillmor writes: >> >> Clearly, that FIXED should come *after* the "T356-protected-headers:" >> separator. >> > > Can you reproduce this without running the tests in parallel? Yep: I've seen the misordered output when using "make -j4 check". I've also seen it with plain old "make check". And i can replicate it with: make check NOTMUCH_TEST_SERIALIZE=1 NOTMUCH_TESTS=T355-smime.sh (i don't think NOTMUCH_TEST_SERIALIZE=1 makes any difference when only one item is present in NOTMUCH_TESTS) I also tried "make check NOTMUCH_TEST_SERIALIZE=1" (so slow, i'm spoiled by the parallel test suite!) and yes, i see the same problem there. --dkg