diff options
Diffstat (limited to 'lldb/test/functionalities/exec/TestExec.py')
| -rw-r--r-- | lldb/test/functionalities/exec/TestExec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/exec/TestExec.py b/lldb/test/functionalities/exec/TestExec.py index 9d5ad1b3279..3501fd22f06 100644 --- a/lldb/test/functionalities/exec/TestExec.py +++ b/lldb/test/functionalities/exec/TestExec.py @@ -60,7 +60,7 @@ class ExecTestCase(TestBase): self.assertTrue(breakpoint, VALID_BREAKPOINT) # Launch the process - process = target.LaunchSimple(None, None, os.getcwd()) + process = target.LaunchSimple (None, None, self.get_process_working_directory()) self.assertTrue(process, PROCESS_IS_VALID) for i in range(6): |

