Fix extern test on 19.09

The openssl output format changed, breaking the
"dkim has user-specified size" test
This commit is contained in:
Xavier Vello 2019-12-14 19:51:20 +01:00
parent 43df84e1a0
commit 5c6b6287d6

View File

@ -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 {