comparison stream_geo_ipv6.t @ 1170:cf14cfe9ec8c

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