comparison proxy_protocol2_tlv.t @ 1802:506e1a716fe8

Tests: fixed proxy_protocol2_tlv.t prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 10 Nov 2022 16:37:54 +0400
parents f129b693d83e
children 4627e750efdd
comparison
equal deleted inserted replaced
1801:f129b693d83e 1802:506e1a716fe8
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/http access rewrite/) 26 my $t = Test::Nginx->new()->has(qw/http map rewrite/)
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;