changeset 410:9fe6fc05c1d1

Tests: require "image_filter", not just "image". "image_filter.t .. skipped: image_filter not compiled in" looks much better.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 30 May 2014 16:40:02 +0400
parents a47d6e69463e
children 17c5a1cc8757
files image_filter.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/image_filter.t
+++ b/image_filter.t
@@ -27,7 +27,7 @@ select STDOUT; $| = 1;
 eval { require GD; };
 plan(skip_all => 'GD not installed') if $@;
 
-my $t = Test::Nginx->new()->has(qw/http proxy map image/)->plan(39)
+my $t = Test::Nginx->new()->has(qw/http proxy map image_filter/)->plan(39)
 	->write_file_expand('nginx.conf', <<'EOF');
 
 %%TEST_GLOBALS%%