X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2FSupport%2FFiles.pm;h=d05f365e3019f682f9512adff0c91be5fce9c58d;hb=3a33f5d30ec393cba37441e40dd68e2357970e3e;hp=e485561a35665a2c0c7954de3742685b6a333373;hpb=1d91e75c53e7da5bf2c1b334f5aeecf241dc5ec4;p=kivitendo-erp.git diff --git a/t/Support/Files.pm b/t/Support/Files.pm index e485561a3..d05f365e3 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -39,6 +39,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)); sub have_pkg { my ($pkg) = @_;