summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 03fa5f6..4d670ba 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -286,7 +286,7 @@ class TestCLIBasic(BootTest):
# nothing major is broke at top level. Full CLI command testing
# 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"
+ app = "cobbler/cobbler.py"
self.assertTrue(subprocess.call([app,"list"]) == 0)
if __name__ == "__main__":