From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29132 invoked from network); 25 Aug 2000 17:17:27 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Aug 2000 17:17:27 -0000 Received: (qmail 16978 invoked by alias); 25 Aug 2000 17:16:45 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12702 Received: (qmail 16970 invoked from network); 25 Aug 2000 17:16:44 -0000 From: "Bart Schaefer" Message-Id: <1000825171620.ZM12147@candle.brasslantern.com> Date: Fri, 25 Aug 2000 17:16:19 +0000 In-Reply-To: <200008251600.e7PG0IG00492@tertius.codefab.com> Comments: In reply to "Chuck Swiger" "Re: 'make test' failures with zsh-3.1.9" (Aug 25, 12:00pm) References: <200008242320.e7ONKOI00269@tertius.codefab.com> <39A66485.5A4C140@u.genie.co.uk> <200008251600.e7PG0IG00492@tertius.codefab.com> X-Mailer: Z-Mail (5.0.0 30July97) To: "Chuck Swiger" , zsh-workers@sunsite.auc.dk Subject: Re: 'make test' failures with zsh-3.1.9 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 25, 12:00pm, Chuck Swiger wrote: } Subject: Re: 'make test' failures with zsh-3.1.9 } } On Fri, 25 Aug 2000 13:20:21 +0100, Oliver Kiddle wrote: } [ ... ] } > Are you running the tests as root? Some of the tests fail as root } > because files are readable when the permissions have been set to try to } > prevent them being readable. Try running them as a normal user. } } Running 'make test' as a normal user does not change the results. Hmm. Well, it's a pretty good bet that it's the [[ ! -r unmodish ]] test that's failing. Can you try it by hand? Src/zsh -fs <