Skip to content

Commit

Permalink
Adding logs check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 27, 2016
1 parent 7478306 commit b36e227
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/download.bats
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ setup() {
@test "Prunes Shibboleth IDP binaries" {
run ls root/bin
[ "$status" -eq 1 ]
}

@test "Prunes Shibboleth IDP logs" {
run ls root/logs
[ "$status" -eq 1 ]
}

0 comments on commit b36e227

Please sign in to comment.