]> granicus.if.org Git - python/commit
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
authorTrent Nelson <trent@trent.me>
Tue, 21 Aug 2012 23:59:31 +0000 (23:59 +0000)
committerTrent Nelson <trent@trent.me>
Tue, 21 Aug 2012 23:59:31 +0000 (23:59 +0000)
commit75959cf2470e912fc4849bcc438d9ef44d4d64c9
treed1027e0d879b0ccca25a24f8aaf9abf3147899b6
parentdda5edc007ecc7a583daf2ca881b17c8d95b12f4
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.

This is necessary for ZFS systems, which don't support UF_IMMUTABLE.

(Note: this commit is a manual merge of 78699:019a2390b014 as both
_test_chflags_regular_file and test_lchflags_symlink differ between
3.2 and default.)
Lib/test/test_posix.py
Misc/NEWS