summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/c/stepping/TestStepAndBreakpoints.py')
-rw-r--r--lldb/test/lang/c/stepping/TestStepAndBreakpoints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
index 81a937a6bc6..0651ddcb064 100644
--- a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
+++ b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
@@ -64,7 +64,7 @@ class TestCStepping(TestBase):
breakpoints_to_disable.append (break_in_c)
# Now launch the process, and do not stop at 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