diff scgi_cache.t @ 580:fa71c725d40a

Tests: added missing shmem prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 18 May 2015 20:37:19 +0300
parents 847ea345becb
children e9064d691790
line wrap: on
line diff
--- a/scgi_cache.t
+++ b/scgi_cache.t
@@ -25,7 +25,7 @@ select STDOUT; $| = 1;
 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%%