diff access.t @ 901:25bf03642a45

Tests: sprinkle unix prerequisite.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 18 Apr 2016 16:30:27 +0300
parents 847ea345becb
children e9064d691790
line wrap: on
line diff
--- a/access.t
+++ b/access.t
@@ -23,7 +23,7 @@ use Test::Nginx;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has(qw/http proxy access ipv6/);
+my $t = Test::Nginx->new()->has(qw/http proxy access ipv6 unix/);
 
 $t->write_file_expand('nginx.conf', <<'EOF');
 
@@ -80,7 +80,7 @@ http {
 
 EOF
 
-$t->try_run('no inet6 and/or unix support')->plan(12);
+$t->try_run('no inet6 support')->plan(12);
 
 ###############################################################################