diff lib/Test/Nginx.pm @ 978:04cb1849005a

Tests: basic tests for stream geo module.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 13 Jul 2016 13:25:33 +0300
parents 6abe7be6d2c1
children ef6be3201851
line wrap: on
line diff
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -166,6 +166,8 @@ sub has_module($) {
 		stream	=> '--with-stream((?!\S)|=dynamic)',
 		stream_access
 			=> '(?s)^(?!.*--without-stream_access_module)',
+		stream_geo
+			=> '(?s)^(?!.*--without-stream_geo_module)',
 		stream_limit_conn
 			=> '(?s)^(?!.*--without-stream_limit_conn_module)',
 		stream_map