diff --git a/test/integration/api/images.bats b/test/integration/api/images.bats index 03402e1c8b..be83d46162 100644 --- a/test/integration/api/images.bats +++ b/test/integration/api/images.bats @@ -39,7 +39,7 @@ function teardown() { [[ "${lines[1]}" == *"busybox"* ]] # Try images -a - # lines are: header, busybox, , + # lines are: header, busybox, run docker_swarm images -a - [ "${#lines[@]}" -ge 4 ] + [ "${#lines[@]}" -ge 3 ] }