X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2F007broken_links.t;h=5ac03bca6d0b6d65a493266f5fe9d72f6d98c13e;hb=385ffe497d79d79ff5987fe7c3116d334be12e00;hp=ee0021ef814bfda4b81a0db4258dbb5c9c106bcf;hpb=e055700faea1906bea6c03184ba4516b57cac887;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 = ; }