Skip to content

Commit

Permalink
Good failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 18, 2016
1 parent d04c55a commit fc1fc38
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions tests/shibboleth-idp.bats
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@

load ../common

@test "file reading" {
result="$(echo $maintainer)"
[ "$result" = 'bigfleet' ]
}

@test "container output" {
result="$(docker run bigfleet/shibboleth_idp)"
[ "$result" = '3.2.1' ]
@test "Creates non-root host directory" {
result="$(docker run -it bigfleet/shibboleth_idp ls /opt)"
[ "$result" != '' ]
}

0 comments on commit fc1fc38

Please sign in to comment.