changeset 312:b639e76ba923

Tests: limit_zone regex updated to follow the module renaming.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 15 Jul 2013 13:06:15 +0400
parents ad164c14058a
children 9daf28f20766
files lib/Test/Nginx.pm
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -98,8 +98,8 @@ sub has_module($) {
 		scgi	=> '(?s)^(?!.*--without-http_scgi_module)',
 		memcached
 			=> '(?s)^(?!.*--without-http_memcached_module)',
-		limit_zone
-			=> '(?s)^(?!.*--without-http_limit_zone_module)',
+		limit_conn
+			=> '(?s)^(?!.*--without-http_limit_conn_module)',
 		limit_req
 			=> '(?s)^(?!.*--without-http_limit_req_module)',
 		empty_gif