diff stream_access.t @ 901:25bf03642a45

Tests: sprinkle unix prerequisite.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 18 Apr 2016 16:30:27 +0300
parents f4189a38c3a4
children e9064d691790
line wrap: on
line diff
--- a/stream_access.t
+++ b/stream_access.t
@@ -23,7 +23,7 @@ use Test::Nginx::Stream qw/ stream /;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has(qw/stream stream_access ipv6/);
+my $t = Test::Nginx->new()->has(qw/stream stream_access ipv6 unix/);
 
 $t->write_file_expand('nginx.conf', <<'EOF');
 
@@ -146,7 +146,7 @@ stream {
 
 EOF
 
-$t->try_run('no inet6 and/or unix support')->plan(18);
+$t->try_run('no inet6 support')->plan(18);
 $t->run_daemon(\&stream_daemon);
 $t->waitforsocket('127.0.0.1:8080');