mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
remove output from fetchmail in test
This commit is contained in:
parent
db3812c329
commit
4708654ef9
@ -155,7 +155,7 @@ import <nixpkgs/nixos/tests/make-test.nix> {
|
||||
$client->succeed("msmtp -a test2 --tls=on --tls-certcheck=off --auth=on user1\@example.com < mail.txt >&2");
|
||||
$client->succeed("sleep 5");
|
||||
# fetchmail returns EXIT_CODE 0 when it retrieves mail
|
||||
$client->succeed("fetchmail -v >&2");
|
||||
$client->succeed("fetchmail -v");
|
||||
$client->succeed("cat ~/mail/* >&2");
|
||||
# make sure it is dkim signed
|
||||
$client->succeed("grep DKIM ~/mail/*");
|
||||
|
Loading…
Reference in New Issue
Block a user