(self)
| 1087 | |
| 1088 | @os_helper.skip_unless_working_chmod |
| 1089 | def test_chmod_dir(self): |
| 1090 | target = self.tempdir() |
| 1091 | self.check_chmod(posix.chmod, target) |
| 1092 | |
| 1093 | @os_helper.skip_unless_working_chmod |
| 1094 | def test_fchmod_file(self): |
nothing calls this directly
no test coverage detected