From 97e90b2f07542e86e1f84ba951239e0e6f11b02d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 9 May 2006 14:30:53 -0400 Subject: Tests don't need root either. --- tests/tests.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/tests.py') 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) -- cgit