# HG changeset patch # User Andrey Zelenkov # Date 1475670118 -10800 # Node ID ef795982f94001d29c1274fe7b383fe2f7486d14 # Parent a04323ab06221b1ab72b16f072005c799ef8af60 Tests: skip certain tests for lack of inet6 support as well. diff --git a/realip_remote_port.t b/realip_remote_port.t --- 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); ############################################################################### diff --git a/stream_variables.t b/stream_variables.t --- 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); ###############################################################################