Skip to content

Commit

Permalink
Update base.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Sep 16, 2016
1 parent 8fcd3e9 commit 31f17b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/base.bats
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -13,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
#!/usr/bin/env bats


load ../common

Expand Down Expand Up @@ -52,4 +53,4 @@ load ../common

@test "First run terminates correctly" {
docker run -i $maintainer/$imagename /opt/autoexec/bin/firstrun.sh
}
}

0 comments on commit 31f17b2

Please sign in to comment.