comparison stream_geoip.t @ 1170:cf14cfe9ec8c

Tests: dropped obsolete ipv6 prerequisite.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 04 May 2017 14:31:09 +0300
parents 6508aa1cf9cb
children 3fc6817cd84a
comparison
equal deleted inserted replaced
1169:518d1c865812 1170:cf14cfe9ec8c
23 ############################################################################### 23 ###############################################################################
24 24
25 select STDERR; $| = 1; 25 select STDERR; $| = 1;
26 select STDOUT; $| = 1; 26 select STDOUT; $| = 1;
27 27
28 my $t = Test::Nginx->new()->has(qw/stream stream_geoip stream_return ipv6/) 28 my $t = Test::Nginx->new()->has(qw/stream stream_geoip stream_return/)
29 ->has('stream_realip'); 29 ->has('stream_realip');
30 30
31 $t->write_file_expand('nginx.conf', <<'EOF'); 31 $t->write_file_expand('nginx.conf', <<'EOF');
32 32
33 %%TEST_GLOBALS%% 33 %%TEST_GLOBALS%%