diff options
author | zach%zachlipton.com <> | 2001-10-06 12:25:43 +0200 |
---|---|---|
committer | zach%zachlipton.com <> | 2001-10-06 12:25:43 +0200 |
commit | 4b1c3db97e5577fb78d511e336992f2661c94894 (patch) | |
tree | f4377aba5e238f5c45074e2b1e4284f0a47ab2df /t/Support | |
parent | 99255fa2b366d63d69d80ad9de856f21a02937ff (diff) | |
download | bugzilla-4b1c3db97e5577fb78d511e336992f2661c94894.tar.gz bugzilla-4b1c3db97e5577fb78d511e336992f2661c94894.tar.xz |
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
Diffstat (limited to 't/Support')
-rw-r--r-- | t/Support/Files.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |