cpython/Lib/test/test_pathlib
Barney Gale 5f68511522
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.
2024-08-13 17:09:21 +00:00
..
__init__.py
test_pathlib.py GH-85633: Fix pathlib test failures on filesystems without world-write. (#122883) 2024-08-13 17:09:21 +00:00
test_pathlib_abc.py GH-73991: Rework pathlib.Path.copytree() into copy() (#122369) 2024-08-11 22:43:18 +01:00