diff --git a/tests/shibboleth-idp.bats b/tests/shibboleth-idp.bats index 8274927..4413f25 100644 --- a/tests/shibboleth-idp.bats +++ b/tests/shibboleth-idp.bats @@ -2,12 +2,7 @@ load ../common -@test "file reading" { - result="$(echo $maintainer)" - [ "$result" = 'bigfleet' ] -} - -@test "container output" { - result="$(docker run bigfleet/shibboleth_idp)" - [ "$result" = '3.2.1' ] +@test "Creates non-root host directory" { + result="$(docker run -it bigfleet/shibboleth_idp ls /opt)" + [ "$result" != '' ] } \ No newline at end of file