From 4b1c3db97e5577fb78d511e336992f2661c94894 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Sat, 6 Oct 2001 10:25:43 +0000 Subject: 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 --- t/Support/Files.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/Support') diff --git a/t/Support/Files.pm b/t/Support/Files.pm index a2d38638f..ea1f5301a 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); -- cgit v1.2.3-24-g4f1b