diff proxy_unix.t @ 800:51d3243a762f

Tests: skip tests with unix domain sockets on win32. The unix domain sockets are not supported on this platform.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 09 Dec 2015 17:49:30 +0300
parents bf87c406f81d
children 6b2512f859a0
line wrap: on
line diff
--- a/proxy_unix.t
+++ b/proxy_unix.t
@@ -26,7 +26,7 @@ select STDOUT; $| = 1;
 eval { require IO::Socket::UNIX; };
 plan(skip_all => 'IO::Socket::UNIX not installed') if $@;
 
-my $t = Test::Nginx->new()->has(qw/http proxy/)->plan(4);
+my $t = Test::Nginx->new()->has(qw/http proxy unix/)->plan(4);
 
 $t->write_file_expand('nginx.conf', <<'EOF');