diff auth_request.t @ 580:fa71c725d40a

Tests: added missing shmem prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 18 May 2015 20:37:19 +0300
parents 907e89fba9c3
children e9064d691790
line wrap: on
line diff
--- a/auth_request.t
+++ b/auth_request.t
@@ -25,6 +25,7 @@ select STDOUT; $| = 1;
 
 my $t = Test::Nginx->new()
 	->has(qw/http rewrite proxy cache fastcgi auth_basic auth_request/)
+	->has(qw/shmem/)
 	->plan(19);
 
 $t->write_file_expand('nginx.conf', <<'EOF');