comparison index.t @ 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
comparison
equal deleted inserted replaced
1528:f0a9f5fecc8f 1529:ef7de70a9d3f
122 $t->stop(); 122 $t->stop();
123 123
124 like($t->read_file('log_not_found.log'), qr/error/, 'log_not_found'); 124 like($t->read_file('log_not_found.log'), qr/error/, 'log_not_found');
125 unlike($t->read_file('off.log'), qr/error/, 'log_not_found off'); 125 unlike($t->read_file('off.log'), qr/error/, 'log_not_found off');
126 126
127 chmod(0700, "$d/forbidden");
128
127 ############################################################################### 129 ###############################################################################