From: justdave%syndicomm.com <> Date: Mon, 17 Feb 2003 10:50:58 +0000 (+0000) Subject: oops, I accidently eliminated the tests for processmail and syncshadowdb... X-Git-Tag: bugzilla-2.16.3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f473454f993abec86bbf4c5ad5df898fd39b7b0;p=thirdparty%2Fbugzilla.git oops, I accidently eliminated the tests for processmail and syncshadowdb... --- diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 108f6541a8..700dcbfd7f 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 = (); +@additional_files = ('processmail','syncshadowdb'); %exclude_deps = ( 'XML::Parser' => ['importxml.pl'], );