From c082645da0861960591575432a20f0ff66f04708 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 9 Feb 2021 08:35:52 +0100 Subject: [PATCH] Remove test commit --- tests/01_environment.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/01_environment.bats b/tests/01_environment.bats index d4b1304..4a49186 100644 --- a/tests/01_environment.bats +++ b/tests/01_environment.bats @@ -1,7 +1,6 @@ #!/usr/bin/env bats @test "docker is available" { - nonexistent command -v docker }