comparison stream_access.t @ 726:22b06c04b37f

Tests: hid configuration error on win32.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 01 Oct 2015 14:40:14 +0300
parents 824754da4afc
children 77359b849cd5
comparison
equal deleted inserted replaced
725:e5b1495299bd 726:22b06c04b37f
147 } 147 }
148 } 148 }
149 149
150 EOF 150 EOF
151 151
152 $t->try_run('no inet6 and/or unix support')->plan(18);
152 $t->run_daemon(\&stream_daemon); 153 $t->run_daemon(\&stream_daemon);
153 $t->try_run('no inet6 and/or unix support')->plan(18);
154 $t->waitforsocket('127.0.0.1:8080'); 154 $t->waitforsocket('127.0.0.1:8080');
155 155
156 ############################################################################### 156 ###############################################################################
157 157
158 my $str = 'SEE-THIS'; 158 my $str = 'SEE-THIS';