summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/process/io/TestProcessIO.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/process/io/TestProcessIO.py')
-rw-r--r--lldb/test/python_api/process/io/TestProcessIO.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/process/io/TestProcessIO.py b/lldb/test/python_api/process/io/TestProcessIO.py
index 7352a8e9d35..9a2d2f8dd05 100644
--- a/lldb/test/python_api/process/io/TestProcessIO.py
+++ b/lldb/test/python_api/process/io/TestProcessIO.py
@@ -38,7 +38,7 @@ class ProcessIOTestCase(TestBase):
# Perform synchronous interaction with the debugger.
self.setAsync(True)
- process = target.LaunchSimple(None, None, os.getcwd())
+ process = target.LaunchSimple (None, None, self.get_process_working_directory())
if self.TraceOn():
print "process launched."
OpenPOWER on IntegriCloud