diff --git a/.gitignore b/.gitignore index 9ed152d..f9b8692 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ bin/run.sh bin/test.sh root/** shibboleth-identity-provider.tar.gz +test.log diff --git a/tests/download.bats b/tests/download.bats index 2ce98bb..658f280 100644 --- a/tests/download.bats +++ b/tests/download.bats @@ -3,6 +3,7 @@ load ../common setup() { + echo $PWD > test.log ./bin/download.sh } @@ -19,4 +20,4 @@ setup() { @test "Prunes Shibboleth IDP logs" { run ls root/logs [ "$status" -eq 1 ] -} \ No newline at end of file +}