Many areas of the dovecot library are tested via chamuyero scripts, but these were not being included in the coverage report. This patch extends the dovecot-auth-cli tests so that they are now coverage-aware.
16 lines
238 B
Plaintext
16 lines
238 B
Plaintext
|
|
userdb unix_listen .dovecot-userdb
|
|
|
|
c = ./dovecot-auth-cli .dovecot exists username
|
|
|
|
userdb -> VERSION 1 1
|
|
userdb -> SPID 12345
|
|
|
|
userdb <- VERSION 1 1
|
|
userdb <- USER 1 username service=smtp
|
|
|
|
userdb -> NOTFOUND 1
|
|
|
|
c <- no: <nil>
|
|
c wait 0
|