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

Re: Test Failures from Latest CVS



Thanks, Sven.  Your fixes removed all but the following error:

/usr/local/src/zsh-2001-04-03/Test/C02cond.ztst: starting.
Test /usr/local/src/zsh-2001-04-03/Test/C02cond.ztst failed: bad status 1, expected 0 from:
  # Find a block special file system.  This is a little tricky.
  block=$(find /dev /devices -type b -print 2>/dev/null|head -1) &&
  [[ -b $block && ! -b zerolength ]]
Was testing: -b cond
/usr/local/src/zsh-2001-04-03/Test/C02cond.ztst: test failed.

I'm willing to bet this has something to do with the OS: mandrake 7.2
/ i686 / kernel 2.4.3.  I don't see the -N failure (at home) because
this is a local disk.  At work, on a Solaris 5.5.1 box, I do see the
-N failure because the directory is mounted via NFS.  Interestingly, I
don't see the -b failure on the Solaris box at work.

  - vin



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