fix test images, busybox is only one layer now

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2015-09-19 06:50:58 -07:00
parent 063f5dbab4
commit fdeb8d88ef
1 changed files with 2 additions and 2 deletions

View File

@ -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 ]
} }