# HG changeset patch # User Sergey Kandaurov # Date 1572438475 -10800 # Node ID ef7de70a9d3fb52eecbd1ede4144dc6bdc648d06 # Parent f0a9f5fecc8f42b96ed6d369b992f5a63dcb52e0 Tests: restored access bits in index.t. diff --git a/index.t b/index.t --- 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"); + ###############################################################################