On Thu, 22 Aug 2019 at 15:12, Michael Albinus wrote: > > + (should > > + (accept-process-output proc 1)) ; Read "one". > > + (should (equal (buffer-string) "$ one\n$ ")) > This fails on emba occasionally, see for example > . Ah right, I wrongly assumed all the output would come in a single chunk. Attached patch should fix it, should I push to emacs-26 since tests are not included in the tarball release anyway? Or...?