comparison stream_udp_upstream.t @ 947:b9e42c554ba7

Tests: skip UDP tests on win32, udp feature introduced. The UDP sockets are not supported in nginx on this platform.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 17 Jun 2016 11:17:10 +0300
parents d2cb9ed7412e
children e9064d691790
comparison
equal deleted inserted replaced
946:e3df9c2100de 947:b9e42c554ba7
21 ############################################################################### 21 ###############################################################################
22 22
23 select STDERR; $| = 1; 23 select STDERR; $| = 1;
24 select STDOUT; $| = 1; 24 select STDOUT; $| = 1;
25 25
26 my $t = Test::Nginx->new()->has(qw/stream/) 26 my $t = Test::Nginx->new()->has(qw/stream udp/)
27 ->write_file_expand('nginx.conf', <<'EOF'); 27 ->write_file_expand('nginx.conf', <<'EOF');
28 28
29 %%TEST_GLOBALS%% 29 %%TEST_GLOBALS%%
30 30
31 daemon off; 31 daemon off;