]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Don't test importxml.pl since you need XML::Parser which is not required,
authorzach%zachlipton.com <>
Sat, 6 Oct 2001 10:25:43 +0000 (10:25 +0000)
committerzach%zachlipton.com <>
Sat, 6 Oct 2001 10:25:43 +0000 (10:25 +0000)
creating a false fail.

No review needed for tests. NOT PART OF BUILD

t/Support/Files.pm

index a2d38638fc7b2e88776675b9d84e492ee67291a9..ea1f5301a6a4f65ababd6491470b1635286981a2 100644 (file)
@@ -34,7 +34,7 @@
 package Support::Files;
 
 @additional_files = ('syncshadowdb');
-@exclude_files    = ('processmail');
+@exclude_files    = ('processmail','importxml.pl');
 
 $file = '*';
 @files = glob($file);