about summary refs log tree commit diff
path: root/nixos/tests/maddy.nix
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2022-06-24 17:12:48 +0800
committerNick Cao <nickcao@nichi.co>2022-07-02 09:38:23 +0800
commit5aebd3c2f7fce801d36d5be0e17d8a43c6e0a6cb (patch)
tree13551f215fbf7b3bbd7011d0d60ad005de7368f7 /nixos/tests/maddy.nix
parent63f99a9fd8b10d3f468e052b4cf526c147672f07 (diff)
maddy: 0.5.4 -> 0.6.2
Diffstat (limited to 'nixos/tests/maddy.nix')
-rw-r--r--nixos/tests/maddy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/maddy.nix b/nixos/tests/maddy.nix
index 581748c1fa59b..b9d0416482da1 100644
--- a/nixos/tests/maddy.nix
+++ b/nixos/tests/maddy.nix
@@ -49,7 +49,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     server.wait_for_open_port(143)
     server.wait_for_open_port(587)
 
-    server.succeed("echo test | maddyctl creds create postmaster@server")
+    server.succeed("maddyctl creds create --password test postmaster@server")
     server.succeed("maddyctl imap-acct create postmaster@server")
 
     client.succeed("send-testmail")