Renamed Test 129, to be clear that this belongs to ldap

This commit is contained in:
alinmear 2017-07-02 09:59:00 +02:00
parent 0a2f308ec4
commit f9f25972c9
1 changed files with 1 additions and 1 deletions

View File

@ -1088,7 +1088,7 @@ load 'test_helper/bats-assert/load'
assert_success
}
@test "checking dovecot: mail delivery works" {
@test "checking dovecot: ldap mail delivery works" {
run docker exec mail_with_ldap /bin/sh -c "sendmail -f user@external.tld some.user@localhost.localdomain < /tmp/docker-mailserver-test/email-templates/test-email.txt"
sleep 10
run docker exec mail_with_ldap /bin/sh -c "ls -A /var/mail/localhost.localdomain/some.user/new | wc -l"