Fixed test case to copy redirected stdout/stderr files from remote
target to host
llgs wasn't bothering to put the pty master file handle in the right
place if stdout/stderr were redirected to a file. It is still needed
for stdin.
Fixed some erroneous log messages
Should this be:
if (launch_info.GetFileActionForFD (STDOUT_FILENO) == nullptr && launch_info.GetFileActionForFD (STDERR_FILENO) == nullptr)