From 068a587f17f9d00ea1dfaee74d9264cd7d18f9c5 Mon Sep 17 00:00:00 2001 From: Victor Vieux <vieux@docker.com> Date: Fri, 18 Sep 2015 03:06:14 -0700 Subject: [PATCH] fix issue with last docker Signed-off-by: Victor Vieux <vieux@docker.com> --- test/integration/resource_management.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/resource_management.bats b/test/integration/resource_management.bats index 953bf91de8..56985e1c68 100644 --- a/test/integration/resource_management.bats +++ b/test/integration/resource_management.bats @@ -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