From 911031a371d6bb2115170ebd24fcdb61d5967cc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 23 Dec 2015 11:03:14 +0100 Subject: [PATCH] tests: html Vorlagen auch in Testdateien aufnehmen --- t/Support/Files.pm | 1 + 1 file changed, 1 insertion(+) 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) = @_; -- 2.20.1