mirror of
https://github.com/containers/podman.git
synced 2026-01-25 22:39:51 -05:00
Combined test for (exitcode == 0) && (nothing on stderr). Returns more useful diagnostic messages than the default: old: Expected N to equal 0 new: Command failed with exit status N new: Unexpected warnings seen on stderr: "...." Signed-off-by: Ed Santiago <santiago@redhat.com>