test/system: Style fix

https://github.com/containers/toolbox/pull/1367
This commit is contained in:
Debarshi Ray 2023-09-19 19:07:29 +02:00
parent 5c6b566371
commit 363c3f83ca

View file

@ -436,8 +436,7 @@ function container_started() {
# Used as a return value # Used as a return value
container_initialized=1 container_initialized=1
for TRIES in 1 2 3 4 5 for TRIES in 1 2 3 4 5; do
do
run "$PODMAN" logs "$container_name" run "$PODMAN" logs "$container_name"
# Look for last line of the container startup log # Look for last line of the container startup log