mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
adjust test to use new script output from openDKIM
This commit is contained in:
parent
27f6ad73cf
commit
f3f38db0f9
2 changed files with 5 additions and 4 deletions
|
@ -1127,10 +1127,10 @@ EOF
|
|||
assert_failure
|
||||
}
|
||||
|
||||
@test "checking setup.sh: setup.sh dkim help" {
|
||||
run ./setup.sh -c mail dkim help
|
||||
@test "checking setup.sh: setup.sh config dkim help" {
|
||||
run ./setup.sh -c mail config dkim help
|
||||
assert_success
|
||||
assert_line --index 1 "Generate DKIM Configuration"
|
||||
assert_line --index 2 " open-dkim - configure DomainKeys Identified Mail (DKIM)"
|
||||
}
|
||||
|
||||
# debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue