diff range-flv.t @ 35:7bf0e8a1d66c

Tests: always define temp paths. This is required since nginx tries to create them at startup (and fails if it can't).
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 16 Oct 2008 19:16:46 +0400
parents 4f57d57543e1
children d68b85def521
line wrap: on
line diff
--- a/range-flv.t
+++ b/range-flv.t
@@ -36,6 +36,10 @@ http {
     access_log    off;
     root          %%TESTDIR%%;
 
+    client_body_temp_path  %%TESTDIR%%/client_body_temp;
+    fastcgi_temp_path      %%TESTDIR%%/fastcgi_temp;
+    proxy_temp_path        %%TESTDIR%%/proxy_temp;
+
     server {
         listen       localhost:8080;
         server_name  localhost;