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
+++ b/realip_remote_port.t
@@ -77,7 +77,7 @@ EOF
 
 $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
+++ b/stream_variables.t
@@ -76,7 +76,7 @@ stream {
 
 EOF
 
-$t->try_run('no stream return')->plan(8);
+$t->try_run('no stream return and/or inet6 support')->plan(8);
 
 ###############################################################################