diff options
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/%' }, |