summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/timeout/TestCallWithTimeout.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/expression_command/timeout/TestCallWithTimeout.py')
-rw-r--r--lldb/test/expression_command/timeout/TestCallWithTimeout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/timeout/TestCallWithTimeout.py b/lldb/test/expression_command/timeout/TestCallWithTimeout.py
index 4bb55c005da..b7e20b62526 100644
--- a/lldb/test/expression_command/timeout/TestCallWithTimeout.py
+++ b/lldb/test/expression_command/timeout/TestCallWithTimeout.py
@@ -46,7 +46,7 @@ class ExprCommandWithTimeoutsTestCase(TestBase):
self.runCmd("breakpoint list")
# Launch the process, and do not stop at the entry point.
- process = target.LaunchSimple(None, None, os.getcwd())
+ process = target.LaunchSimple (None, None, self.get_process_working_directory())
self.assertTrue(process, PROCESS_IS_VALID)
OpenPOWER on IntegriCloud