diff options
author | Tony Cook <tony@develop-help.com> | 2014-01-06 13:58:56 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-01-06 14:07:38 +1100 |
commit | 8bed4564ff8c76dca8a43f80873148de2591c1ee (patch) | |
tree | e37736826c54a9b4d295e5b38e612a746993fa00 /t/x2p | |
parent | c3970b8037ca5769191bce298ba0202ce318fc78 (diff) | |
download | perl-8bed4564ff8c76dca8a43f80873148de2591c1ee.tar.gz |
[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.
Diffstat (limited to 't/x2p')
-rw-r--r-- | t/x2p/find2perl.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/x2p/find2perl.t b/t/x2p/find2perl.t index 283748eaab..a057d65075 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 ?", |