changeset 1047:ef795982f940

Tests: skip certain tests for lack of inet6 support as well.
author Andrey Zelenkov <zelenkov@nginx.com>
date Wed, 05 Oct 2016 15:21:58 +0300
parents a04323ab0622
children f38301fd4792
files realip_remote_port.t stream_variables.t
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/realip_remote_port.t	Wed Oct 05 14:48:19 2016 +0300
+++ b/realip_remote_port.t	Wed Oct 05 15:21:58 2016 +0300
@@ -77,7 +77,7 @@
 
 $t->write_file('index.html', '');
 $t->write_file('log', '');
-$t->try_run('no realip_remote_port')->plan(8);
+$t->try_run('no realip_remote_port and/or inet6 support')->plan(8);
 
 ###############################################################################
 
--- a/stream_variables.t	Wed Oct 05 14:48:19 2016 +0300
+++ b/stream_variables.t	Wed Oct 05 15:21:58 2016 +0300
@@ -76,7 +76,7 @@
 
 EOF
 
-$t->try_run('no stream return')->plan(8);
+$t->try_run('no stream return and/or inet6 support')->plan(8);
 
 ###############################################################################