Skip to content

Commit b0b359a

Browse files
Tests: added missing udp prerequisite.
1 parent 1e3ebcd commit b0b359a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_variables.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use Test::Nginx::Stream qw/ stream dgram /;
2323
select STDERR; $| = 1;
2424
select STDOUT; $| = 1;
2525

26-
my $t = Test::Nginx->new()->has(qw/stream stream_return ipv6/);
26+
my $t = Test::Nginx->new()->has(qw/stream stream_return ipv6 udp/);
2727

2828
$t->write_file_expand('nginx.conf', <<'EOF');
2929

0 commit comments

Comments
 (0)