summary refs log tree commit diff
path: root/pkgs/servers/mail/dovecot
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2021-01-04 17:45:28 +0100
committerAndreas Rammhold <andreas@rammhold.de>2021-01-04 17:45:28 +0100
commit4fee20e267be4f5758401c98098a20f1c146530d (patch)
treed8b2491f379bcc1db61afe94741cab8d8bc6d349 /pkgs/servers/mail/dovecot
parent58c7d3ff17a6e39110702acd69b81f12fab4c029 (diff)
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.
Diffstat (limited to 'pkgs/servers/mail/dovecot')
-rw-r--r--pkgs/servers/mail/dovecot/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/mail/dovecot/default.nix b/pkgs/servers/mail/dovecot/default.nix
index 3e566f8aa5f73..8d39c01478f96 100644
--- a/pkgs/servers/mail/dovecot/default.nix
+++ b/pkgs/servers/mail/dovecot/default.nix
@@ -89,5 +89,6 @@ stdenv.mkDerivation rec {
   };
   passthru.tests = {
     opensmtpd-interaction = nixosTests.opensmtpd;
+    inherit (nixosTests) dovecot;
   };
 }