diff stream_proxy_protocol_ipv6.t @ 618:2d9f5f439598

Tests: added stream proxy protocol availability check.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 29 Jun 2015 18:37:02 +0300
parents 36a267631e03
children 0016fe31be13
line wrap: on
line diff
--- a/stream_proxy_protocol_ipv6.t
+++ b/stream_proxy_protocol_ipv6.t
@@ -67,7 +67,7 @@ stream {
 EOF
 
 $t->run_daemon(\&stream_daemon);
-$t->try_run('no inet6 support')->plan(2);
+$t->try_run('no inet6 support or stream proxy_protocol')->plan(2);
 $t->waitforsocket('127.0.0.1:8082');
 
 ###############################################################################