Fixed output

This commit is contained in:
Thomas VIAL 2017-01-10 10:43:26 +01:00
parent 1c1faf37bc
commit 2bcff8afa2
No known key found for this signature in database
GPG Key ID: 0394CEE552FAFEFC
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ load 'test_helper/bats-assert/load'
-v "$(pwd)/test/config/empty/opendkim":/etc/opendkim \
`docker inspect --format '{{ .Config.Image }}' mail` /bin/sh -c "ls -1 etc/opendkim | grep -E 'KeyTable|SigningTable|TrustedHosts|keys'|wc -l"
assert_success
assert_output 2
assert_output 4
}
@test "checking opendkim: generator creates keys, tables and TrustedHosts without postfix-accounts.cf" {