(self)
| 1027 | |
| 1028 | @os_helper.skip_unless_working_chmod |
| 1029 | def test_chmod_dir(self): |
| 1030 | target = self.tempdir() |
| 1031 | self.check_chmod(posix.chmod, target) |
| 1032 | |
| 1033 | @os_helper.skip_unless_working_chmod |
| 1034 | def test_fchmod_file(self): |
nothing calls this directly
no test coverage detected