Tests: range filter tests.
diff --git a/lib/Test/Nginx.pm b/lib/Test/Nginx.pm
index 8918f1b..2c9ecf7 100644
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -48,8 +48,8 @@
 
 	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")