# HG changeset patch # User Ruslan Ermilov # Date 1401453602 -14400 # Node ID 9fe6fc05c1d16642a89836b9a65525bfb246365a # Parent a47d6e69463e768a799b4440c7e6a5e8f91f96fb Tests: require "image_filter", not just "image". "image_filter.t .. skipped: image_filter not compiled in" looks much better. diff --git a/image_filter.t b/image_filter.t --- 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%%