comparison secure_link.t @ 302:07c600de2f90

Tests: added missing rewrite prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 01 Jul 2013 13:42:29 +0400
parents 94f8ee2f6688
children dc2f8aac0553
comparison
equal deleted inserted replaced
301:a107552ac714 302:07c600de2f90
22 ############################################################################### 22 ###############################################################################
23 23
24 select STDERR; $| = 1; 24 select STDERR; $| = 1;
25 select STDOUT; $| = 1; 25 select STDOUT; $| = 1;
26 26
27 my $t = Test::Nginx->new()->has(qw/http secure_link/)->plan(9); 27 my $t = Test::Nginx->new()->has(qw/http secure_link rewrite/)->plan(9);
28 28
29 $t->write_file_expand('nginx.conf', <<'EOF'); 29 $t->write_file_expand('nginx.conf', <<'EOF');
30 30
31 %%TEST_GLOBALS%% 31 %%TEST_GLOBALS%%
32 32