This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with the "-r" test in Perl 5.8.6-4


On Fri, 11 Mar 2005, Corinna Vinschen wrote:

> On Mar 10 20:44, Igor Pechtchanski wrote:
> > Hi,
> >
> > I'm having trouble with Perl 5.8.6-4 under Cygwin 1.5.12.
> > [snip]
> > $ perl -e 'exit !(-r $ARGV[0])' /cygdrive/c/Program\ Files/ThinkPad/Utilities && echo "yep"
> > $ test -r /cygdrive/c/Program\ Files/ThinkPad/Utilities && echo "yep"
> > yep
> >
> > Is this behavior by design, or does perl actually check ACLs and something
> > is wrong with my installation?
>
> It looks like perl is using a homebrew test instead of using access(2).
> At least that would explain the behaviour.

Yeah, that's what I thought too.  Gerrit?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]