diff stream_ssl_realip.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents 0af58b78df35
children 8c764fd93b5e
line wrap: on
line diff
--- a/stream_ssl_realip.t
+++ b/stream_ssl_realip.t
@@ -101,7 +101,7 @@ foreach my $name ('localhost') {
 		or die "Can't create certificate for $name: $!\n";
 }
 
-$t->try_run('no stream proxy_protocol or inet6 support')->plan(6);
+$t->try_run('no inet6 support')->plan(6);
 
 ###############################################################################