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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue