diff lib/Test/Nginx.pm @ 33:4f57d57543e1

Tests: range filter tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 14 Oct 2008 02:18:03 +0400
parents 71ea39729fa0
children 6cf314ec8f7b
line wrap: on
line diff
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -48,8 +48,8 @@ sub has {
 
 	my %regex = (
 		mail	=> '--with-mail',
+		flv	=> '--with-http_flv_module',
 		rewrite	=> '(?s)^(?!.*--without-http_rewrite_module)',
-		static	=> '(?s)^(?!.*--without-http_static_module)',
 	);
 
 	Test::More::plan(skip_all => "$feature not compiled in")