summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-01-10 21:39:44 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-02-19 00:19:06 +0000
commit04403ab0b5778126d98d5c9dc8064405688129e0 (patch)
tree6d4b7c9f4b969726e8c1a5d1af682b2a42540f9b /test/runtest
parent4c2efd7a1bc5b018f2e05a0d739fd856967e3de7 (diff)
Add queue_size variable. Bug 1406
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest3
1 files changed, 3 insertions, 0 deletions
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)/;