comparing salted passwords is impossible

This commit is contained in:
shim_ 2016-06-14 16:38:57 +02:00
parent 63fd58a7cb
commit d0380ec74f
3 changed files with 0 additions and 9 deletions

View file

@ -180,11 +180,6 @@
# accounts
#
@test "checking accounts: generated 'postfix-accounts.cf' matches template" {
run diff test/config/example.postfix-accounts.cf test/config/postfix-accounts.cf
[ "$status" -eq 0 ]
}
@test "checking accounts: user accounts" {
run docker exec mail doveadm user '*'
[ "$status" -eq 0 ]