From b36e2276967f4cca2595107ddc2dd47d35e29c7d Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 27 Jul 2016 15:46:21 -0400 Subject: [PATCH] Adding logs check --- tests/download.bats | 5 +++++ 1 file changed, 5 insertions(+) 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