# HG changeset patch # User Sergey Kandaurov # Date 1469790880 -10800 # Node ID 577a5899a33dc7ba3add6a6ca89e8952e20a5248 # Parent ff12dfdb0cda6bc53ddd61ec7e6368c416e9231e Tests: fixed plan in a previous change. diff --git a/http_variables.t b/http_variables.t --- a/http_variables.t +++ b/http_variables.t @@ -22,7 +22,7 @@ use Test::Nginx; select STDERR; $| = 1; select STDOUT; $| = 1; -my $t = Test::Nginx->new()->has(qw/http rewrite proxy/)->plan(4); +my $t = Test::Nginx->new()->has(qw/http rewrite proxy/)->plan(5); $t->write_file_expand('nginx.conf', <<'EOF');