Message187064
| 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:10 | doko | set | recipients: + doko, tarek, hynek, serhiy.storchaka, jibel |
| 2013-04-16 10:23:10 | doko | set | messageid: <1366107790.18.0.221913332665.issue17746@psf.upfronthosting.co.za> |
| 2013-04-16 10:23:10 | doko | link | issue17746 messages |
| 2013-04-16 10:23:10 | doko | create | |