diff stream_realip.t @ 1190:fcd65708672d

Tests: let tests pass on travis-ci VMs with disabled IPv6 loopback.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 15 Jun 2017 19:42:26 +0300
parents cdbdb75cf194
children 766bcbb632ee
line wrap: on
line diff
--- a/stream_realip.t	Thu Jun 15 19:20:47 2017 +0300
+++ b/stream_realip.t	Thu Jun 15 19:42:26 2017 +0300
@@ -82,7 +82,7 @@
 EOF
 
 $t->run_daemon(\&stream_daemon);
-$t->try_run('no stream proxy_protocol')->plan(8);
+$t->try_run('no stream proxy_protocol or inet6 support')->plan(8);
 $t->waitforsocket('127.0.0.1:' . port(8081));
 
 ###############################################################################