X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2F007broken_links.t;h=5ac03bca6d0b6d65a493266f5fe9d72f6d98c13e;hb=750ac970f34b91bea202a177f9bd07e77476049d;hp=ee0021ef814bfda4b81a0db4258dbb5c9c106bcf;hpb=f689757b89d4684c351b513629446773b28f363e;p=kivitendo-erp.git diff --git a/t/007broken_links.t b/t/007broken_links.t index ee0021ef8..5ac03bca6 100644 --- a/t/007broken_links.t +++ b/t/007broken_links.t @@ -26,6 +26,7 @@ my $finder = URI::Find->new(sub { }); find(sub { + return unless -f $File::Find::name; open(FH, $File::Find::name) or return; my $text; { local $/; $text = ; }