diff 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
line wrap: on
line diff
--- a/stream_access.t
+++ b/stream_access.t
@@ -149,8 +149,8 @@ stream {
 
 EOF
 
+$t->try_run('no inet6 and/or unix support')->plan(18);
 $t->run_daemon(\&stream_daemon);
-$t->try_run('no inet6 and/or unix support')->plan(18);
 $t->waitforsocket('127.0.0.1:8080');
 
 ###############################################################################