Support::Files auf bin/mozilla angepasst und Bugzillaspezifische Tests entfernt.
[kivitendo-erp.git] / t / Support / Files.pm
index e485561..f325a0a 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$/;}, 'bin/mozilla');
 
 sub have_pkg {
     my ($pkg) = @_;