mirror of
https://github.com/containers/podman.git
synced 2026-03-09 02:12:08 -04:00
The returned error was not checked, thus the test could hang forever since it blocks on the log channel. Also handle unexpectedEOF like EOF. Fixes #12176 Signed-off-by: Paul Holzinger <pholzing@redhat.com>