changeset 1529:ef7de70a9d3f

Tests: restored access bits in index.t.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 30 Oct 2019 15:27:55 +0300
parents f0a9f5fecc8f
children c1cdd7c73a73
files index.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/index.t
+++ b/index.t
@@ -124,4 +124,6 @@ like(http_get('/index.html/'), qr/404 No
 like($t->read_file('log_not_found.log'), qr/error/, 'log_not_found');
 unlike($t->read_file('off.log'), qr/error/, 'log_not_found off');
 
+chmod(0700, "$d/forbidden");
+
 ###############################################################################