[PATCH 14/15] permit tests for async and ident plugins to work
[email protected] (Matt Simerson) Fri, 11 May 2012 01:50:09 -0400
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
---
t/Test/Qpsmtpd.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/Test/Qpsmtpd.pm b/t/Test/Qpsmtpd.pm
index e2c39c5..83805df 100644
--- a/t/Test/Qpsmtpd.pm
+++ b/t/Test/Qpsmtpd.pm
@@ -73,7 +73,7 @@ sub config_dir {
}
sub plugin_dirs {
- ('./plugins');
+ ('./plugins', './plugins/ident', './plugins/async');
}
sub log {
--
1.7.9.6