Fixed typo in test ouput

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

View File

@ -347,7 +347,7 @@ load 'test_helper/bats-assert/load'
-v "$(pwd)/test/config/postfix-virtual.cf":/tmp/docker-mailserver/postfix-virtual.cf \
`docker inspect --format '{{ .Config.Image }}' mail` /bin/sh -c 'generate-dkim-config | wc -l'
assert_success
assert_output 2
assert_output 6
# Check keys for localhost.localdomain
run docker run --rm \
-v "$(pwd)/test/config/empty/opendkim":/etc/opendkim \