# HG changeset patch # User Sergey Kandaurov # Date 1464953512 -10800 # Node ID cfddaf31623370e00bc7e257b10f02e405ab0d89 # Parent d3ff66fc7f5cec4387d5713137af33b5f326dd16 Tests: restored proxy_temp_path access bits in proxy_unfinished.t. Useful when removing that directory by hand. diff --git a/proxy_unfinished.t b/proxy_unfinished.t --- 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 {