diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-01-16 18:04:55 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-01-16 18:08:19 +0000 |
commit | d20ede8da27eb2a848f3ed0d1bc71b70ace2a2f2 (patch) | |
tree | fa1ee2089a66f8b904e85fae83facd4c83361136 /test/runtest | |
parent | f90d49f7dacfd209a5584c7da8ce8a275278bba1 (diff) |
Testsuite: ignore optional OCSP output from -bP testcase
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest index 6384f40a7..18eb4cc4e 100755 --- a/test/runtest +++ b/test/runtest @@ -1393,8 +1393,8 @@ $munges = { 'mail' => '/^(X-(Remote-MTA-(smtp-greeting|helo-response)|Exim-Diagnostic|(body|message)-linecount):|Remote-MTA: X-ip;)/' }, - 'optional_dane' => - { 'stdout' => '/^hosts_(require|try)_dane =/' }, + 'optional_dane_ocsp' => + { 'stdout' => '/^hosts_(requ(est|ire)|try)_(dane|ocsp) =/' }, 'sys_bindir' => { 'mainlog' => 's%/(usr/)?bin/%SYSBINDIR/%' }, |