[issue15747] Various chflags tests failing on FreeBSD/ZFS

Trent Nelson report at bugs.python.org
Tue Aug 21 07:10:38 CEST 2012


Trent Nelson added the comment:

Turns out ZFS doesn't support any of the traditional chflags flags -- it returns EOPNOTSUPP for all of them.

Attached patch factors this into the various chflags tests.

----------
keywords: +patch
stage:  -> patch review
Added file: http://bugs.python.org/file26942/test_posix.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15747>
_______________________________________


More information about the Python-bugs-list mailing list