mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
tests: improve _send_email
(#3105)
This commit is contained in:
parent
199e3c7721
commit
ae05e6a7c3
19 changed files with 88 additions and 93 deletions
|
@ -26,7 +26,9 @@ function setup_file() {
|
|||
_common_container_setup 'CUSTOM_SETUP_ARGUMENTS'
|
||||
}
|
||||
|
||||
function teardown_file() { _default_teardown ; }
|
||||
function teardown_file() {
|
||||
docker rm -f "${CONTAINER1_NAME}" "${CONTAINER2_NAME}"
|
||||
}
|
||||
|
||||
@test '(Amavis enabled) configuration should be correct' {
|
||||
export CONTAINER_NAME=${CONTAINER1_NAME}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue