From 5c9e23c40bf8b23aa96a385b05a3b523b02cd9ef Mon Sep 17 00:00:00 2001 From: Christopher Hubing <chubing@internet2.edu> Date: Mon, 8 Oct 2018 13:33:27 -0400 Subject: [PATCH] Update main.bats --- tests/main.bats | 1 - 1 file changed, 1 deletion(-) 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 ] }