From fdeb8d88efecd0bf24196e9507327ca02e6a94c5 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Sat, 19 Sep 2015 06:50:58 -0700 Subject: [PATCH] fix test images, busybox is only one layer now Signed-off-by: Victor Vieux --- test/integration/api/images.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ] }