]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
oops, I accidently eliminated the tests for processmail and syncshadowdb...
authorjustdave%syndicomm.com <>
Mon, 17 Feb 2003 10:50:58 +0000 (10:50 +0000)
committerjustdave%syndicomm.com <>
Mon, 17 Feb 2003 10:50:58 +0000 (10:50 +0000)
t/Support/Files.pm

index 108f6541a89a4aa359bcb9f18d4c19cc8c3354b6..700dcbfd7f7f5b234f55d91f47e6932eb58d933f 100644 (file)
@@ -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 = ();
+@additional_files = ('processmail','syncshadowdb');
 %exclude_deps = (
     'XML::Parser' => ['importxml.pl'],
 );