Changeset 4655
- Timestamp:
- 04/30/09 13:36:37 (4 years ago)
- Files:
-
- 1 modified
-
branch/UMPA/tests/unit/test_utils/test_security.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/UMPA/tests/unit/test_utils/test_security.py
r4654 r4655 34 34 if os.name == 'posix' and os.geteuid() != 0: 35 35 py.test.skip('root-priviliges are needed') 36 if os.name != 'posix': 37 py.test.skip('only for POSIX platforms') 36 38 37 39 def teardown_method(self, method): 38 if os.name == 'posix': 39 os.seteuid(0) 40 os.seteuid(0) 40 41 41 42 def test_drop(self):
