diff --git a/tests/main.bats b/tests/main.bats index ade16fbd..8a865bfe 100644 --- a/tests/main.bats +++ b/tests/main.bats @@ -8,7 +8,6 @@ load ../common @test "030 Test Compose the environment" { cd test-compose && ./compose.sh && docker-compose down - [ "$status" -eq 0 ] }