comparison proxy_protocol.t @ 1170:cf14cfe9ec8c

Tests: dropped obsolete ipv6 prerequisite.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 04 May 2017 14:31:09 +0300
parents 882267679006
children b3bbb59dc324
comparison
equal deleted inserted replaced
1169:518d1c865812 1170:cf14cfe9ec8c
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 access ipv6 realip/); 27 my $t = Test::Nginx->new()->has(qw/http access realip/);
28 28
29 $t->write_file_expand('nginx.conf', <<'EOF')->plan(18); 29 $t->write_file_expand('nginx.conf', <<'EOF')->plan(18);
30 30
31 %%TEST_GLOBALS%% 31 %%TEST_GLOBALS%%
32 32