X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6721f389b7e643294bc9188d3d095e261278809b..911031a371d6bb2115170ebd24fcdb61d5967cc0:/t/Support/Files.pm diff --git a/t/Support/Files.pm b/t/Support/Files.pm index d05f365e3..b91f44f8f 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -40,6 +40,7 @@ use File::Find; @files = glob('*'); find(sub { push(@files, $File::Find::name) if $_ =~ /\.pm$/;}, 'SL'); find(sub { push(@files, $File::Find::name) if $_ =~ /\.pl$/;}, qw(bin/mozilla sql/Pg-upgrade2)); +find(sub { push(@files, $File::Find::name) if $_ =~ /\.html$/;}, qw(templates/webpages)); sub have_pkg { my ($pkg) = @_;