From: zach%zachlipton.com <> Date: Sat, 6 Oct 2001 10:25:43 +0000 (+0000) Subject: Don't test importxml.pl since you need XML::Parser which is not required, X-Git-Tag: bugzilla-2.14.1~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b1c3db97e5577fb78d511e336992f2661c94894;p=thirdparty%2Fbugzilla.git Don't test importxml.pl since you need XML::Parser which is not required, creating a false fail. No review needed for tests. NOT PART OF BUILD --- diff --git a/t/Support/Files.pm b/t/Support/Files.pm index a2d38638fc..ea1f5301a6 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -34,7 +34,7 @@ package Support::Files; @additional_files = ('syncshadowdb'); -@exclude_files = ('processmail'); +@exclude_files = ('processmail','importxml.pl'); $file = '*'; @files = glob($file);