comparison lib/Test/Nginx.pm @ 1133:9edf2f99c58f

Tests: fixed has() check for sub filter tests. Previously, this clashed with "subversion" as appeared in the "built by" string.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 20 Feb 2017 17:01:46 +0300
parents cca0bff99733
children cf14cfe9ec8c
comparison
equal deleted inserted replaced
1132:3d312b6a1a19 1133:9edf2f99c58f
118 flv => '--with-http_flv_module', 118 flv => '--with-http_flv_module',
119 perl => '--with-http_perl_module', 119 perl => '--with-http_perl_module',
120 auth_request 120 auth_request
121 => '--with-http_auth_request_module', 121 => '--with-http_auth_request_module',
122 realip => '--with-http_realip_module', 122 realip => '--with-http_realip_module',
123 sub => '--with-http_sub_module',
123 charset => '(?s)^(?!.*--without-http_charset_module)', 124 charset => '(?s)^(?!.*--without-http_charset_module)',
124 gzip => '(?s)^(?!.*--without-http_gzip_module)', 125 gzip => '(?s)^(?!.*--without-http_gzip_module)',
125 ssi => '(?s)^(?!.*--without-http_ssi_module)', 126 ssi => '(?s)^(?!.*--without-http_ssi_module)',
126 userid => '(?s)^(?!.*--without-http_userid_module)', 127 userid => '(?s)^(?!.*--without-http_userid_module)',
127 access => '(?s)^(?!.*--without-http_access_module)', 128 access => '(?s)^(?!.*--without-http_access_module)',