From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21685 invoked from network); 25 Mar 2002 16:54:32 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 25 Mar 2002 16:54:32 -0000 Received: (qmail 1832 invoked by alias); 25 Mar 2002 16:54:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16898 Received: (qmail 1818 invoked from network); 25 Mar 2002 16:54:23 -0000 Date: Mon, 25 Mar 2002 16:54:21 +0000 From: Adam Spiers To: zsh workers mailing list Subject: C02cond.ztst failure: -N Message-ID: <20020325165421.A16060@corelli.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-URL: http://tigerpig.org/ X-OS: RedHat Linux Sender: "Adam Spiers,,07775562717,020 88 30 30 35" 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?