diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2006-05-09 14:30:53 -0400 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-09 14:30:53 -0400 |
commit | 97e90b2f07542e86e1f84ba951239e0e6f11b02d (patch) | |
tree | 106d0cde5cc78d77f769dafb21d8bf14b5a5044f /tests | |
parent | 18f4e528abe5a46c8b1df402b639dee3ba0d1f41 (diff) | |
download | cobbler-97e90b2f07542e86e1f84ba951239e0e6f11b02d.tar.gz cobbler-97e90b2f07542e86e1f84ba951239e0e6f11b02d.tar.xz cobbler-97e90b2f07542e86e1f84ba951239e0e6f11b02d.zip |
Tests don't need root either.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tests.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tests.py b/tests/tests.py index 384f8059..2a08f996 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) |