Matthias Klose added the comment:
one way would be to skip this test when running as root. Would the check for
the X bit work on Windows?
@unittest.skipUnless(hasattr(os, 'getuid') and os.getuid() != 0,
"test always succeeds as root")
----------
nosy: +doko
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue17746>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com