mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 10:25:42 +00:00
test: Wait for killed container to avoid leak
Signed-off-by: Ricardo Branco <rbranco@suse.de>
This commit is contained in:
parent
77dd165e47
commit
3a98b6dc0e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue