summaryrefslogtreecommitdiffstats
path: root/tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.py')
-rw-r--r--tests/tests.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 2a08f99..03fa5f6 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -287,9 +287,7 @@ class TestCLIBasic(BootTest):
# is not included (yet) since the API tests hit that fairly throughly
# and it would easily double the length of the tests.
app = "cobbler/cobbler"
- self.assertTrue(subprocess.call([app,"system","list"]) == 0)
- self.assertTrue(subprocess.call([app,"distro","list"]) == 0)
- self.assertTrue(subprocess.call([app,"profile","list"]) == 0)
+ self.assertTrue(subprocess.call([app,"list"]) == 0)
if __name__ == "__main__":
if not os.path.exists("setup.py"):