fix issue with last docker

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2015-09-18 03:06:14 -07:00
parent 88ff2baa96
commit 068a587f17
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function teardown() {
run docker_swarm run -c 10240 busybox sh
[ "$status" -ne 0 ]
[[ "${lines[0]}" == *"no resources available to schedule container"* ]]
[[ "${output}" == *"no resources available to schedule container"* ]]
# The number of running containers should be still 0.
run docker_swarm ps -a