dovecot: add the dovecot NixOS test to passthru.tests

While we already had some test we might as well add the test for that
exact package to the tests attribute set. After all that should be what
(primarily) tests dovecot.
This commit is contained in:
Andreas Rammhold 2021-01-04 17:45:28 +01:00
parent 58c7d3ff17
commit 4fee20e267
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86
1 changed files with 1 additions and 0 deletions

View File

@ -89,5 +89,6 @@ stdenv.mkDerivation rec {
};
passthru.tests = {
opensmtpd-interaction = nixosTests.opensmtpd;
inherit (nixosTests) dovecot;
};
}