Skip to content

Commit

Permalink
No ttys on Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 21, 2016
1 parent 6291023 commit ed1a661
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/shibboleth-idp.bats
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
load ../common

@test "Creates non-root Shib IDP home" {
result="$(docker run -it bigfleet/shibboleth_idp ls /opt/shibboleth/current/bin/)"
result="$(docker run -i bigfleet/shibboleth_idp ls /opt/shibboleth/current/bin/)"
[ "$result" != '' ]
}

@test "Retains first-run experience" {
result="$(docker run -it bigfleet/shibboleth_idp ls /tmp/firsttimerunning)"
result="$(docker run -i bigfleet/shibboleth_idp ls /tmp/firsttimerunning)"
[ "$result" != '' ]
}

@test "Contains java" {
run docker run -it bigfleet/shibboleth_idp which java
run docker run -i bigfleet/shibboleth_idp which java
[ "$status" -eq 0 ]
}

0 comments on commit ed1a661

Please sign in to comment.