From 04403ab0b5778126d98d5c9dc8064405688129e0 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 10 Jan 2015 21:39:44 +0000 Subject: Add queue_size variable. Bug 1406 --- test/runtest | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/runtest') diff --git a/test/runtest b/test/runtest index d9db2ccc8..0dc5ec967 100755 --- a/test/runtest +++ b/test/runtest @@ -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)/; -- cgit v1.2.3