summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/Support/Files.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/Support/Files.pm b/t/Support/Files.pm
index 8fc334567..dc60687b6 100644
--- a/t/Support/Files.pm
+++ b/t/Support/Files.pm
@@ -32,6 +32,7 @@ use File::Find;
%exclude_deps = (
'XML::Twig' => ['importxml.pl'],
'Net::LDAP' => ['Bugzilla/Auth/Verify/LDAP.pm'],
+ 'Authen::Radius' => ['Bugzilla/Auth/Verify/RADIUS.pm'],
'Email::Reply' => ['email_in.pl'],
'Email::MIME::Attachment::Stripper' => ['email_in.pl']
);