changeset 726:22b06c04b37f

Tests: hid configuration error on win32.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 01 Oct 2015 14:40:14 +0300
parents e5b1495299bd
children 3e034902ebe7
files stream_access.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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');
 
 ###############################################################################