diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-07-10 16:17:34 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-07-22 14:41:17 -0400 |
commit | ce829a2a8436cc621c0a9ea66b5856df02473212 (patch) | |
tree | c4e5aa9e5aa3c9120b31afd7bc78d7ce47f7884f /cmd | |
parent | 0630d19b34c6cea674fc5f830fe308b8a1206259 (diff) | |
download | podman-ce829a2a8436cc621c0a9ea66b5856df02473212.tar.gz podman-ce829a2a8436cc621c0a9ea66b5856df02473212.tar.bz2 podman-ce829a2a8436cc621c0a9ea66b5856df02473212.zip |
Correctly print STDOUT on non-terminal remote exec
I confused STDIN and STDOUT's file descriptors (it's 0 and 1, I
thought they were 1 and 0). As such, we were looking at whether
we wanted to print STDIN when we looked to print STDOUT. This
bool was set when `-i` was set in at the `podman exec` command
line, which masked the problem when it was set.
Fixes #6890
Fixes #6891
Fixes #6892
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'cmd')
0 files changed, 0 insertions, 0 deletions