diff options
-rw-r--r-- | lldb/test/lldbtest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py index 4ab7d265eaa..927175a2262 100644 --- a/lldb/test/lldbtest.py +++ b/lldb/test/lldbtest.py @@ -924,7 +924,6 @@ class Base(unittest2.TestCase): if child_pid == 0: # If more I/O support is required, this can be beefed up. fd = os.open(os.devnull, os.O_RDWR) - os.dup2(fd, 0) os.dup2(fd, 1) os.dup2(fd, 2) # This call causes the child to have its of group ID |