]> wagnertech.de Git - kivitendo-erp.git/blobdiff - t/Support/Files.pm
Locale Update
[kivitendo-erp.git] / t / Support / Files.pm
index e485561a35665a2c0c7954de3742685b6a333373..d05f365e3019f682f9512adff0c91be5fce9c58d 100644 (file)
@@ -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) = @_;