]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
t/001compile.t should not attempt to compile .cgi
authorDylan Hardison <dylan@hardison.net>
Sun, 28 Jun 2020 20:39:40 +0000 (16:39 -0400)
committerDylan Hardison <dylan@hardison.net>
Sun, 28 Jun 2020 20:39:40 +0000 (16:39 -0400)
t/Support/Files.pm

index 7142b11b90a02725f55076c57ece86dd7cff11fb..80ceac4f732da4c5bd4128859f6425fd4badad4d 100644 (file)
@@ -52,7 +52,7 @@ sub isTestingFile {
     return undef if $ignore eq $file;
   }
 
-  if ($file =~ /\.psgi$|\.cgi$|\.pl$|\.pm$/) {
+  if ($file =~ /\.pl$|\.pm$/) {
     return 1;
   }
   my $additional;