mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 11:29:17 +05:00
Fix extern test on 19.09
The openssl output format changed, breaking the "dkim has user-specified size" test
This commit is contained in:
parent
43df84e1a0
commit
5c6b6287d6
@ -323,7 +323,7 @@ import <nixpkgs/nixos/tests/make-test.nix> {
|
||||
};
|
||||
|
||||
subtest "dkim has user-specified size", sub {
|
||||
$server->succeed("openssl rsa -in /var/dkim/example.com.mail.key -text -noout | grep 'Private-Key: (1535 bit)'");
|
||||
$server->succeed("openssl rsa -in /var/dkim/example.com.mail.key -text -noout | grep 'Private-Key: (1535 bit'");
|
||||
};
|
||||
|
||||
subtest "dkim singing, multiple domains", sub {
|
||||
|
Loading…
Reference in New Issue
Block a user