permit tests for async and ident plugins to work

This commit is contained in:
Matt Simerson 2012-05-11 01:50:09 -04:00 committed by Robert
parent 19927a117e
commit be28372dca

View File

@ -73,7 +73,7 @@ sub config_dir {
}
sub plugin_dirs {
('./plugins');
('./plugins', './plugins/ident', './plugins/async');
}
sub log {