# HG changeset patch # User Maxim Dounin # Date 1239926454 -14400 # Node ID 2dbe4ecdd254119bdca521eea125c227d7738ac7 # Parent 1bf5eca1c4a9254082fb381b343886c47db9965d Tests: avoid writing access log in limit-req.t. It was written into default location and this is clearly incorrect. Switch it off as most other tests do. diff --git a/limit-req.t b/limit-req.t --- a/limit-req.t +++ b/limit-req.t @@ -32,6 +32,7 @@ events { } http { + access_log off; root %%TESTDIR%%; client_body_temp_path %%TESTDIR%%/client_body_temp;