comparison stream_udp_upstream_hash.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 stream_upstream_hash/); 26 my $t = Test::Nginx->new()->has(qw/stream stream_upstream_hash udp/);
27 27
28 $t->write_file_expand('nginx.conf', <<'EOF'); 28 $t->write_file_expand('nginx.conf', <<'EOF');
29 29
30 %%TEST_GLOBALS%% 30 %%TEST_GLOBALS%%
31 31