diff --git a/tests/download.bats b/tests/download.bats index 320054a..2ce98bb 100644 --- a/tests/download.bats +++ b/tests/download.bats @@ -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 ] } \ No newline at end of file