diff options
author | Matt Kraai <kraai@ftbfs.org> | 2007-12-06 17:09:22 -0800 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-12-07 12:08:27 +0000 |
commit | bac1e407dad322395357fbe816faf1475c29564b (patch) | |
tree | eecd9c5c1794a0fb8a23503bf6e2b8cfd0b9db19 /lib/filetest.pm | |
parent | 0503309d9983bed567ec4a7b90669b5b72f1273f (diff) | |
download | perl-bac1e407dad322395357fbe816faf1475c29564b.tar.gz |
Change /etc/passed to /etc/passwd in filetest.pm
Message-ID: <20071207090922.GC4190@ftbfs.org>
p4raw-id: //depot/perl@32592
Diffstat (limited to 'lib/filetest.pm')
-rw-r--r-- | lib/filetest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filetest.pm b/lib/filetest.pm index ed23e3f3e8..b08f1dc910 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<the stat result cache "_" is not set>. This means that the outcome of the following two tests is different. The first has the stat -bits of C</etc/passed> in C<_>, and in the second case this still +bits of C</etc/passwd> in C<_>, and in the second case this still contains the bits of C</etc>. { -d '/etc'; |