changeset 939:cfddaf316233

Tests: restored proxy_temp_path access bits in proxy_unfinished.t. Useful when removing that directory by hand.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 03 Jun 2016 14:31:52 +0300
parents d3ff66fc7f5c
children 12e0fb96c2dd
files proxy_unfinished.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/proxy_unfinished.t
+++ b/proxy_unfinished.t
@@ -143,6 +143,8 @@ chmod(0000, $t->testdir() . '/proxy_temp
 like(http_get_11('/proxy/big.html', sleep => 0.5),
 	qr/X(?!.*\x0d\x0a?0\x0d\x0a?)|finished/s, 'no proxy temp');
 
+chmod(0700, $t->testdir() . '/proxy_temp');
+
 ###############################################################################
 
 sub http_get_11 {