Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Trouble compiling 4.2.4 on Mac OS X.3
Quarante-Deux wrote:
> I did apply the patch. Compilation was OK but make check issued the
> following error:
>
> Test ./C02cond.ztst failed: bad status 1, expected 0 from:
> sleep 1
> cat unmodified
> touch newnewnew
> if [[ $OSTYPE == "cygwin" ]]; then
> print -u8 "Warning: not testing [[ -N file ]] (not supported on Cygwin)"
> true
> else
> [[ -N newnewnew && ! -N unmodified ]]
> fi
> Was testing: -N cond
> ./C02cond.ztst: test failed.
That's probably fine; there are various file system limitations, for
example (but not just) NFS mounts, that can show this.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
Work: pws@xxxxxxx
Web: http://www.pwstephenson.fsnet.co.uk
Messages sorted by:
Reverse Date,
Date,
Thread,
Author