From 31f17b20f3cb237b9be7fb0dc257fad1654e6521 Mon Sep 17 00:00:00 2001 From: villadalmine Date: Fri, 16 Sep 2016 10:37:48 -0300 Subject: [PATCH] Update base.bats --- tests/base.bats | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}