diff options
author | zach%zachlipton.com <> | 2003-02-10 14:01:28 +0100 |
---|---|---|
committer | zach%zachlipton.com <> | 2003-02-10 14:01:28 +0100 |
commit | cdc6e3a1a5177e8bcdee48ac5521b91b5fc486d1 (patch) | |
tree | a9e550a94fde4e70d63b5603b4018f6f39f0c37e /t/Support | |
parent | 4a8e3d64a5af8ae7a82cdb7bbbc39afbf38184b4 (diff) | |
download | bugzilla-cdc6e3a1a5177e8bcdee48ac5521b91b5fc486d1.tar.gz bugzilla-cdc6e3a1a5177e8bcdee48ac5521b91b5fc486d1.tar.xz |
Partial fix for bug 192513 (processmail cleanup). Patch fixes test files
to disregard processmail since it no longer exists (it was special-cased
before).
r=dave, a=dave
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 b82ab6d66..108f6541a 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -26,7 +26,7 @@ package Support::Files; # exclude_deps is a hash of arrays listing the files to be excluded # if a module is not available # -@additional_files = ('syncshadowdb','processmail'); +@additional_files = (); %exclude_deps = ( 'XML::Parser' => ['importxml.pl'], ); |