mirror of
https://github.com/containers/podman.git
synced 2026-03-13 04:07:04 -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>