This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients doko, hynek, jibel, serhiy.storchaka, tarek
Date 2013-04-16.10:23:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366107790.18.0.221913332665.issue17746@psf.upfronthosting.co.za>
In-reply-to
Content
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")
History
Date User Action Args
2013-04-16 10:23:10dokosetrecipients: + doko, tarek, hynek, serhiy.storchaka, jibel
2013-04-16 10:23:10dokosetmessageid: <1366107790.18.0.221913332665.issue17746@psf.upfronthosting.co.za>
2013-04-16 10:23:10dokolinkissue17746 messages
2013-04-16 10:23:10dokocreate