diff --git a/tests/base.bats b/tests/base.bats index 94af032..9700059 100644 --- a/tests/base.bats +++ b/tests/base.bats @@ -1,3 +1,4 @@ +#!/usr/bin/env bats # Licensed to the University Corporation for Advanced Internet Development, # Inc. (UCAID) under one or more contributor license agreements. See the # NOTICE file distributed with this work for additional information regarding @@ -13,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -#!/usr/bin/env bats + load ../common @@ -52,4 +53,4 @@ load ../common @test "First run terminates correctly" { docker run -i $maintainer/$imagename /opt/autoexec/bin/firstrun.sh -} \ No newline at end of file +}