Skip to content

Commit

Permalink
Trying find
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 27, 2016
1 parent 07accca commit a456eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/download.bats
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ setup() {
}

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

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

0 comments on commit a456eef

Please sign in to comment.