diff 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
line wrap: on
line diff
--- a/stream_geoip.t
+++ b/stream_geoip.t
@@ -25,7 +25,7 @@ use Test::Nginx::Stream qw/ stream /;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has(qw/stream stream_geoip stream_return ipv6/)
+my $t = Test::Nginx->new()->has(qw/stream stream_geoip stream_return/)
 	->has('stream_realip');
 
 $t->write_file_expand('nginx.conf', <<'EOF');