summaryrefslogtreecommitdiff
path: root/tests/test_command_list_split.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_command_list_split.py')
-rwxr-xr-xtests/test_command_list_split.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_command_list_split.py b/tests/test_command_list_split.py
index 370f46e..eeaf6c0 100755
--- a/tests/test_command_list_split.py
+++ b/tests/test_command_list_split.py
@@ -37,4 +37,4 @@ class SplitCommandLineTestCase(PexpectTestCase.PexpectTestCase):
if __name__ == '__main__':
unittest.main()
-suite = unittest.makeSuite(SplitCommandLineTestCase,'test')
+suite = unittest.TestLoader().loadTestsFromTestCase(SplitCommandLineTestCase)