diff --git a/tests/download.bats b/tests/download.bats index 658f280..7077da4 100644 --- a/tests/download.bats +++ b/tests/download.bats @@ -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 ] }