summaryrefslogtreecommitdiffstats
path: root/tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.py')
-rw-r--r--tests/tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 384f805..2a08f99 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -292,9 +292,6 @@ class TestCLIBasic(BootTest):
self.assertTrue(subprocess.call([app,"profile","list"]) == 0)
if __name__ == "__main__":
- if os.getuid()!=0:
- print "tests: skipping (want root)"
- sys.exit(1)
if not os.path.exists("setup.py"):
print "tests: must invoke from top level directory"
sys.exit(1)