Re: PATCH: make the W02 test not take a full minute on linux

Bart Schaefer <[email protected]> Wed, 10 Jun 2026 21:18:10 -0700
Newsgroups gmane.comp.shells.zsh.devel
Message-ID <CAH+w=7afyu9Og92J6ew77B0ZmuZvZFeBcf_wUBpZ_A-ZuY6H6w@mail.gmail.com>
On Wed, Jun 10, 2026 at 9:07 PM Mikael Magnusson <[email protected]> wrote:
>
> +      zpty -w zsh 'alias sleep="sleep 1>&- 2>&- 0<&-"'

Didn't we have some odd errors with closed stdio descriptors in another context?

Just wondering if e.g. "sleep <>/dev/null 2>&1" might be better.