Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 'make test' failures with zsh-3.1.9
- X-seq: zsh-workers 12702
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: "Chuck Swiger" <chuck@xxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: 'make test' failures with zsh-3.1.9
- Date: Fri, 25 Aug 2000 17:16:19 +0000
- In-reply-to: <200008251600.e7PG0IG00492@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200008242320.e7ONKOI00269@xxxxxxxxxxxxxxxxxxx> <39A66485.5A4C140@xxxxxxxxxxxxx> <200008251600.e7PG0IG00492@xxxxxxxxxxxxxxxxxxx>
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 <<EOF
umask 077
touch unmodish
chmod 000 unmodish
[[ -r unmodish ]] && ls -l unmodish
EOF
This should of course produce no output; if it produces an "ls" listing
please mail it to the list.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author