From cf745dae4e74bf2f12680a8a61876b09c886b197 Mon Sep 17 00:00:00 2001 From: Christopher Hubing <chubing@internet2.edu> Date: Mon, 8 Oct 2018 13:31:46 -0400 Subject: [PATCH] Update main.bats --- tests/main.bats | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/main.bats b/tests/main.bats index cbe8ea2d..ade16fbd 100644 --- a/tests/main.bats +++ b/tests/main.bats @@ -7,8 +7,7 @@ load ../common } @test "030 Test Compose the environment" { - cd test-compose && ./compose.sh - cd test-compose && docker-compose down + cd test-compose && ./compose.sh && docker-compose down [ "$status" -eq 0 ] }