mirror of https://github.com/docker/docs.git
fix test images, busybox is only one layer now
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
063f5dbab4
commit
fdeb8d88ef
|
@ -39,7 +39,7 @@ function teardown() {
|
||||||
[[ "${lines[1]}" == *"busybox"* ]]
|
[[ "${lines[1]}" == *"busybox"* ]]
|
||||||
|
|
||||||
# Try images -a
|
# Try images -a
|
||||||
# lines are: header, busybox, <none>, <none>
|
# lines are: header, busybox, <none>
|
||||||
run docker_swarm images -a
|
run docker_swarm images -a
|
||||||
[ "${#lines[@]}" -ge 4 ]
|
[ "${#lines[@]}" -ge 3 ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue