# HG changeset patch # User Maxim Dounin # Date 1268916544 -10800 # Node ID 70f3d876b569a66de0b84e7b3a9124553c38dffd # Parent cc231fa95159a7b9b9569ca090c7ea414ea00323 Auth request: use test globals. diff --git a/t/auth-request.t b/t/auth-request.t --- a/t/auth-request.t +++ b/t/auth-request.t @@ -24,6 +24,8 @@ my $t = Test::Nginx->new()->has(qw/http $t->write_file_expand('nginx.conf', <<'EOF'); +%%TEST_GLOBALS%% + master_process off; daemon off;