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.
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
|
|
c = ./dovecot-auth-cli .missingsocket exists username
|
|
c <~ no: dial unix .missingsocket-userdb
|
|
c wait 0
|
|
|
|
c = ./dovecot-auth-cli .missingsocket auth username password
|
|
c <~ no: dial unix .missingsocket-client
|
|
c wait 0
|