Modifikatioen an den Tests.
[kivitendo-erp.git] / t / Support / Files.pm
index f325a0a..d05f365 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) = @_;