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

Re: 4.3.4-dev-4 and 4.2.6-dev-2 available



Tuesday 11 December 2007 13:20:38 tarihinde şunları yazmıştınız:
> I've uploaded new development versions of 4.3.4 and 4.2.6 to
> ftp://ftp.zsh.org/pub/development .  Unless something major turns up I
> will release 4.3.5 and 4.2.7 some time around the weekend.

One regression test fails on a linux 2.6 host;

Test ./C02cond.ztst failed: bad status 1, expected 0 from:
  sleep 1
  cat unmodified
  touch newnewnew
  if [[ $OSTYPE == "cygwin" ]]; then
    print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported on 
Cygwin)"
    true
  elif [[ "$(find . -prune -fstype nfs 2>/dev/null)" == "." ]]; then
    print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported with 
NFS)"
    true
  else
    [[ -N newnewnew && ! -N unmodified ]]
  fi
Was testing: -N cond
./C02cond.ztst: test failed.
The following may (or may not) help identifying the cause:
  This test can fail on NFS-mounted filesystems as the access and
  modification times are not updated separately.  The test will fail
  on HFS+ (Apple Mac OS X default) filesystems because access times
  are not recorded. This does not indicate a problem in the shell.

File system was local ext3.

Regards,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.



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