]> wagnertech.de Git - kivitendo-erp.git/blobdiff - t/Support/Files.pm
html menĂ¼ rewrite v1
[kivitendo-erp.git] / t / Support / Files.pm
index f325a0ae801b23accdb2d33e9fdd0f5864534206..d05f365e3019f682f9512adff0c91be5fce9c58d 100644 (file)
@@ -39,7 +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$/;}, 'bin/mozilla');
+find(sub { push(@files, $File::Find::name) if $_ =~ /\.pl$/;}, qw(bin/mozilla sql/Pg-upgrade2));
 
 sub have_pkg {
     my ($pkg) = @_;