summaryrefslogtreecommitdiffstats
path: root/tests/tests.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-05-09 14:30:53 -0400
committerJim Meyering <jim@meyering.net>2006-05-09 14:30:53 -0400
commit97e90b2f07542e86e1f84ba951239e0e6f11b02d (patch)
tree106d0cde5cc78d77f769dafb21d8bf14b5a5044f /tests/tests.py
parent18f4e528abe5a46c8b1df402b639dee3ba0d1f41 (diff)
downloadthird_party-cobbler-97e90b2f07542e86e1f84ba951239e0e6f11b02d.tar.gz
third_party-cobbler-97e90b2f07542e86e1f84ba951239e0e6f11b02d.tar.xz
third_party-cobbler-97e90b2f07542e86e1f84ba951239e0e6f11b02d.zip
Tests don't need root either.
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)