Skip to content

Commit

Permalink
Checking logs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 2, 2016
1 parent 19164b1 commit cff00a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ FROM bigfleet/shibboleth_idp
ARG maintainer=tier
ARG imagename=shibboleth_idp
ARG version=3.2.1
ENV VERSION=$version
ENV VERSION=$version

RUN chown -R root:root /opt/shibboleth/shibboleth-identity-provider-$version
1 change: 0 additions & 1 deletion tests/image.bats
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ setup() {
@test "Logs directory exists, owned by root" {
result="$(docker run -i $maintainer/$imagename stat -c '%U' /opt/shibboleth/current/logs)"
[ "$result" != 'UNKNOWN' ]
[ "$status" -eq 0 ]
}

0 comments on commit cff00a7

Please sign in to comment.