Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] Tests for 50126, 50136, and 50149



On Mon, May 2, 2022 at 6:15 AM Jun. T <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:
>
> I tested on a few other Macs.
> The test fails only on Monterey (12), either Apple M1 or Intel.
> It passes on Mojave (10.14), Catalina (10.15) and Big Sur (11).

OK, it's probably a process-switching thing then.  The sleep might fix
it by assuring that the background multio job can flush its output
before the test job tries to read it.  Could try writing directly to
temp files from the multio instead of using stdout and stderr, but
since those are directed to files anyway I'm not sure it would matter.




Messages sorted by: Reverse Date, Date, Thread, Author