diff lib/Test/Nginx.pm @ 348:08bb2b3785a2

Tests: added basic test for split_clients module.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 10 Oct 2013 13:35:55 +0400
parents 9d0a2fa47ac6
children 5fdde9f755c9
line wrap: on
line diff
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -119,6 +119,8 @@ sub has_module($) {
 		imap	=> '(?s)^(?!.*--without-mail_imap_module)',
 		smtp	=> '(?s)^(?!.*--without-mail_smtp_module)',
 		pcre	=> '(?s)^(?!.*--without-pcre)',
+		split_clients
+			=> '(?s)^(?!.*--without-http_split_clients_module)',
 	);
 
 	my $re = $regex{$feature};