Add queue_size variable. Bug 1406
[exim.git] / test / runtest
index d9db2ccc8be3a3aca5be49e29fcf7497c83265ee..0dc5ec9670b54834634d46784ac4b0207a7bd906 100755 (executable)
@@ -1211,6 +1211,9 @@ RESET_AFTER_EXTRA_LINE_READ:
     # are unset, because dane ain't always there.
     next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x;
 
+    # daemon notifier socket
+    s/^\d+ creating notifier socket$/ppppp creating notifier socket/;
+
     # DISABLE_OCSP
     next if /in hosts_requ(est|ire)_ocsp\? (no|yes)/;