SIGN IN SIGN UP

GH-85633: Fix pathlib test failures on filesystems without world-write. (#122883)

Replace `umask(0)` with `umask(0o002)` so the created files are not
world-writable, and replace `umask(0o022)` with `umask(0o026)` to check
that permissions for 'others' can still be set.
B
Barney Gale committed
5f6851152254b4b9d70af4ae5aea3f20965cee28
Parent: 901d949
Committed by GitHub <noreply@github.com> on 8/13/2024, 5:09:21 PM