commit | 0b0151879e33b6ea555c7bb54c329800b344a974 | [log] [tgz] |
---|---|---|
author | Sergey Kandaurov <pluknet@nginx.com> | Mon May 18 20:37:19 2015 +0300 |
committer | Sergey Kandaurov <pluknet@nginx.com> | Mon May 18 20:37:19 2015 +0300 |
tree | 86e97ff789f36364e70be1b08a11e8e7a7f032c5 | |
parent | 0eca5106122917fe62bca628b95d74136fc25cfc [diff] [blame] |
Tests: added missing shmem prerequisites.
diff --git a/scgi_cache.t b/scgi_cache.t index 559dafe..ec33d03 100644 --- a/scgi_cache.t +++ b/scgi_cache.t
@@ -25,7 +25,7 @@ eval { require SCGI; }; plan(skip_all => 'SCGI not installed') if $@; -my $t = Test::Nginx->new()->has(qw/http scgi cache/)->plan(10) +my $t = Test::Nginx->new()->has(qw/http scgi cache shmem/)->plan(10) ->write_file_expand('nginx.conf', <<'EOF'); %%TEST_GLOBALS%%