diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py b/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py index cb5a5cb9347..e994508911b 100644 --- a/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py +++ b/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py @@ -73,7 +73,7 @@ class TestSTTYBeforeAndAfter(TestBase): child.logfile_read = None # Invoke the lldb command. - child.sendline('%s %s' % (lldbtest_config.lldbExec, self.lldbOption)) + child.sendline(lldbtest_config.lldbExec) child.expect_exact(lldb_prompt) # Immediately quit. |