summaryrefslogtreecommitdiff
path: root/spec/mspec/lib
diff options
context:
space:
mode:
authorKoichi Sasada <[email protected]>2024-06-12 10:27:25 +0900
committerKoichi Sasada <[email protected]>2024-06-12 14:06:42 +0900
commit39c9d99f6ccb81479c077e5cf1623572ade226a1 (patch)
treedb976b6afbdf0bc7cf653ce47087c9fe846375ab /spec/mspec/lib
parent206465e84d7c258194b8e682d794a95e8416ff3b (diff)
'SPEC_TEMP_DIR` should not be world-writable
`SPEC_TEMP_DIR` is not present until `tmp()` method is called on parallel run. In this case `tmp()` is called with `File.umask = 0`. This patch makes `SPEC_TEMP_DIR` before `File.umask = 0`. To solve the issue essentially, I think `SPEC_TEMP_DIR` should be prepared at the beginning of parallel process.
Diffstat (limited to 'spec/mspec/lib')
0 files changed, 0 insertions, 0 deletions