[issue17746] test_shutil.TestWhich.test_non_matching_mode fails when running as root

Serhiy Storchaka report at bugs.python.org
Sun May 26 08:55:50 CEST 2013


Serhiy Storchaka added the comment:

Here is a patch which skips test_non_matching_mode when run as root (for early skip in discovery stage and for more appropriate for this case report) and when run on OS or FS which doesn't support read-only files (should cover all other cases).

----------
components: +Tests -Library (Lib)
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file30379/test_shutil_skip_test_non_matching_mode.patch

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


More information about the Python-bugs-list mailing list