test/system: Use existing wrapper for 'podman start'

https://github.com/containers/toolbox/pull/1367
This commit is contained in:
Debarshi Ray 2023-09-19 18:51:10 +02:00
parent 3d14504e62
commit 5c6b566371

View file

@ -431,7 +431,7 @@ function container_started() {
local container_name
container_name="$1"
run "$PODMAN" start "$container_name"
start_container "$container_name"
# Used as a return value
container_initialized=1