Files
chasquid/cmd/dovecot-auth-cli/test_missing_socket.cmy
Alberto Bertogli 36692b52d3 dovecot: Include cli-based tests in the coverage tests
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.
2018-06-04 01:18:24 +01:00

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