# HG changeset patch # User Sergey Kandaurov # Date 1497594816 -10800 # Node ID a9187b424a94db352994787a360c355bc335ff67 # Parent fcd65708672d072ec2eb8d3f6fc3441aa88b6c04 Tests: restored access mode in open_log_file_cache test earlier. If something went wrong, that wouldn't leave directory in a bad state. diff --git a/access_log.t b/access_log.t --- a/access_log.t +++ b/access_log.t @@ -158,6 +158,8 @@ http_get('/cache?logname=once'); http_get('/cache?logname=first'); http_get('/cache?logname=second'); +chmod 0755, $t->testdir() . '/dir'; + # wait for file to appear with nonzero size thanks to the flush parameter for (1 .. 10) { @@ -238,8 +240,6 @@ my $expected = join '', map { sprintf "\ is($t->read_file('binary.log'), "$expected\n", 'binary'); -chmod 0755, $t->testdir() . '/dir'; - SKIP: { skip 'win32', 4 if $^O eq 'MSWin32';