On Wed, 22 Jul 2015 10:58:29 +0100 Peter Stephenson <p.stephenson@xxxxxxxxxxx> wrote: > --- a/Src/zsh.h > +++ b/Src/zsh.h Sorry, this is an irrelevant uncommitted change. > + if ! (mkpipe test_pipe >/dev/null 2>&1); then > + ZTST_skip="mkpipe not available" mkpipe -> mkfifo. pws