summaryrefslogtreecommitdiff
path: root/test/suite/test_util02.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_util02.py')
-rw-r--r--test/suite/test_util02.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/suite/test_util02.py b/test/suite/test_util02.py
index 421b0104484..13f52d6aeea 100644
--- a/test/suite/test_util02.py
+++ b/test/suite/test_util02.py
@@ -162,7 +162,6 @@ class test_util02(wttest.WiredTigerTestCase, suite_subprocess):
def test_load_process_hex(self):
self.load_process(True)
-
# test_load_commandline --
# Test the command-line processing.
class test_load_commandline(wttest.WiredTigerTestCase, suite_subprocess):
@@ -220,6 +219,5 @@ class test_load_commandline(wttest.WiredTigerTestCase, suite_subprocess):
self.load_commandline(["table", "source=bar"], False)
self.load_commandline(["table", "version=(100,200)"], False)
-
if __name__ == '__main__':
wttest.run()