summaryrefslogtreecommitdiff
path: root/tests/test_missing_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_missing_command.py')
-rwxr-xr-xtests/test_missing_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_missing_command.py b/tests/test_missing_command.py
index 92e4733..3775632 100755
--- a/tests/test_missing_command.py
+++ b/tests/test_missing_command.py
@@ -34,5 +34,5 @@ class MissingCommandTestCase (PexpectTestCase.PexpectTestCase):
if __name__ == '__main__':
unittest.main()
-suite = unittest.makeSuite(MissingCommandTestCase,'test')
+suite = unittest.TestLoader().loadTestsFromTestCase(MissingCommandTestCase)