diff --git a/test/2-simple-dns01-dig.bats b/test/2-simple-dns01-dig.bats index f8f0cb4..a0d70a2 100644 --- a/test/2-simple-dns01-dig.bats +++ b/test/2-simple-dns01-dig.bats @@ -5,7 +5,7 @@ load '/bats-assert/load.bash' load '/getssl/test/test_helper.bash' -setup() { +setup_file() { if [ -z "$STAGING" ]; then export CURL_CA_BUNDLE=/root/pebble-ca-bundle.crt fi @@ -18,7 +18,7 @@ setup() { } -teardown() { +teardown_file() { if [ -f /usr/bin/host.getssl.bak ]; then mv /usr/bin/host.getssl.bak /usr/bin/host fi