[perl #120832] match -links checks against find(1) not expect
authorTony Cook <tony@develop-help.com>
Mon, 6 Jan 2014 02:58:56 +0000 (13:58 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 6 Jan 2014 03:07:38 +0000 (14:07 +1100)
Some filesystems only simulate . and .. so an empty directory doesn't
have a link count of 2.

t/x2p/find2perl.t

index 283748e..a057d65 100644 (file)
@@ -144,7 +144,6 @@ my @testcases =
         },
         {
             args => [ "-links", "2" ],
-            expect => [ "abc", "link", "somedir" ],
         },
         {
             name => "[perl #113054] mapping of ?",