diff options
author | lpsolit%gmail.com <> | 2007-02-06 08:15:36 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-02-06 08:15:36 +0100 |
commit | ef1b59313347dd8e2b117ebf55520dba7e37d885 (patch) | |
tree | a144abacdd81a162bf54e619f7d1274d63e22a6d /t | |
parent | df4dade550d26c7859e0f1ca457c040d65c3e533 (diff) | |
download | bugzilla-ef1b59313347dd8e2b117ebf55520dba7e37d885.tar.gz bugzilla-ef1b59313347dd8e2b117ebf55520dba7e37d885.tar.xz |
Bug 360838: ./runtests.pl 1 fails if Email::Reply is not installed - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 't')
-rw-r--r-- | t/Support/Files.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 4f1b619b4..8fc334567 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -32,6 +32,8 @@ use File::Find; %exclude_deps = ( 'XML::Twig' => ['importxml.pl'], 'Net::LDAP' => ['Bugzilla/Auth/Verify/LDAP.pm'], + 'Email::Reply' => ['email_in.pl'], + 'Email::MIME::Attachment::Stripper' => ['email_in.pl'] ); |