Home | History | Annotate | Download | only in test

Lines Matching refs:geteuid

446         if os.name == 'posix' and os.geteuid() != 0:
588 @unittest.skipIf(hasattr(os, 'geteuid') and os.geteuid() == 0,