From: Matt Kraai Date: Fri, 7 Dec 2007 01:09:22 +0000 (-0800) Subject: Change /etc/passed to /etc/passwd in filetest.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bac1e407dad322395357fbe816faf1475c29564b;p=p5sagit%2Fp5-mst-13.2.git Change /etc/passed to /etc/passwd in filetest.pm Message-ID: <20071207090922.GC4190@ftbfs.org> p4raw-id: //depot/perl@32592 --- diff --git a/lib/filetest.pm b/lib/filetest.pm index ed23e3f..b08f1dc 100644 --- a/lib/filetest.pm +++ b/lib/filetest.pm @@ -71,7 +71,7 @@ of the operators is a filename, not when it is a filehandle. Because access() does not invoke stat() (at least not in a way visible to Perl), B. This means that the outcome of the following two tests is different. The first has the stat -bits of C in C<_>, and in the second case this still +bits of C in C<_>, and in the second case this still contains the bits of C. { -d '/etc';