diff options
Diffstat (limited to 'lldb/test/API/lldbtest.py')
-rw-r--r-- | lldb/test/API/lldbtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/lldbtest.py b/lldb/test/API/lldbtest.py index 99eb1457259..a12544c7cbc 100644 --- a/lldb/test/API/lldbtest.py +++ b/lldb/test/API/lldbtest.py @@ -72,7 +72,7 @@ class LLDBTest(TestFormat): # copying the binary into a different location. if 'DYLD_INSERT_LIBRARIES' in test.config.environment and \ (sys.executable.startswith('/System/') or \ - sys.executable.startswith('/usr/')): + sys.executable.startswith('/usr/bin/')): builddir = getBuildDir(cmd) mkdir_p(builddir) copied_python = os.path.join(builddir, 'copied-system-python') |