| commit | a01dff6eff56751f4a4948a5fe94db03e240182c | [log] [tgz] |
|---|---|---|
| author | Maxim Dounin <mdounin@mdounin.ru> | Tue Oct 14 02:18:03 2008 +0400 |
| committer | Maxim Dounin <mdounin@mdounin.ru> | Tue Oct 14 02:18:03 2008 +0400 |
| tree | 9c0e1262fc1c461960a170e27b7fe4066bbe2f69 | |
| parent | 924b56e27b52e48788466de08358ada4c979e13b [diff] [blame] |
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")