In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8bed4564ff8c76dca8a43f80873148de2591c1ee?hp=c3970b8037ca5769191bce298ba0202ce318fc78>
- Log ----------------------------------------------------------------- commit 8bed4564ff8c76dca8a43f80873148de2591c1ee Author: Tony Cook <[email protected]> Date: Mon Jan 6 13:58:56 2014 +1100 [perl #120832] match -links checks against find(1) not expect Some filesystems only simulate . and .. so an empty directory doesn't have a link count of 2. ----------------------------------------------------------------------- Summary of changes: t/x2p/find2perl.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/x2p/find2perl.t b/t/x2p/find2perl.t index 283748e..a057d65 100644 --- a/t/x2p/find2perl.t +++ b/t/x2p/find2perl.t @@ -144,7 +144,6 @@ my @testcases = }, { args => [ "-links", "2" ], - expect => [ "abc", "link", "somedir" ], }, { name => "[perl #113054] mapping of ?", -- Perl5 Master Repository
