mirror of
https://github.com/containers/podman.git
synced 2026-02-05 15:45:08 +01:00
test: Wait for killed container to avoid leak
Signed-off-by: Ricardo Branco <rbranco@suse.de>
This commit is contained in:
@@ -114,6 +114,7 @@ load helpers
|
||||
run_podman run --rm -d --name $cname $IMAGE top
|
||||
run_podman kill $cname
|
||||
is "$output" $cname
|
||||
run_podman ? wait $cname
|
||||
}
|
||||
|
||||
# bats test_tags=ci:parallel
|
||||
|
||||
Reference in New Issue
Block a user