summaryrefslogtreecommitdiffstats
path: root/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py')
-rw-r--r--lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py b/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py
index 23affe37b96..e74c37f7f3c 100644
--- a/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py
+++ b/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py
@@ -28,7 +28,7 @@ class AddDsymMidExecutionCommandCase(TestBase):
self.assertTrue(main_bp, VALID_BREAKPOINT)
self.runCmd("settings set target.disable-aslr false")
- self.process = self.target.LaunchSimple(None, None, os.getcwd())
+ self.process = self.target.LaunchSimple (None, None, self.get_process_working_directory())
self.assertTrue(self.process, PROCESS_IS_VALID)
# The stop reason of the thread should be breakpoint.
OpenPOWER on IntegriCloud