summaryrefslogtreecommitdiffstats
path: root/t/Support/Files.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/Support/Files.pm')
-rw-r--r--t/Support/Files.pm2
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'],
);