From: Dylan Hardison Date: Sun, 28 Jun 2020 20:39:40 +0000 (-0400) Subject: t/001compile.t should not attempt to compile .cgi X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e289ccb8d6d07e3a8f5aeb00f276f5cf200aebb0;p=thirdparty%2Fbugzilla.git t/001compile.t should not attempt to compile .cgi --- diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 7142b11b9..80ceac4f7 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -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;