test/system: Use existing wrapper for 'podman start'
https://github.com/containers/toolbox/pull/1367
This commit is contained in:
parent
3d14504e62
commit
5c6b566371
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue