Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
C02cond.ztst failure: -N
- X-seq: zsh-workers 16898
- From: Adam Spiers <adam@xxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: C02cond.ztst failure: -N
- Date: Mon, 25 Mar 2002 16:54:21 +0000
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
- Sender: "Adam Spiers,,07775562717,020 88 30 30 35" <adam@xxxxxxxxxxxxxxxxxxxx>
With latest CVS:
./C02cond.ztst: starting.
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.
Could this be because the compile is happening on an NFS-mounted
drive?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author