diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-10 16:06:02 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-10 16:09:13 +0100 |
commit | fe192666f5de206b57cbbe07a4d90fd4868ea90b (patch) | |
tree | 0aa4d75f61929a820e342af2109d94b2897402bc /test | |
parent | 8c6732214b2c585148ead48b668a2cd819bde158 (diff) |
kevent: handle OpenBSD API anomaly
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 84227b9d3..a6ae28447 100755 --- a/test/runtest +++ b/test/runtest @@ -1087,9 +1087,10 @@ RESET_AFTER_EXTRA_LINE_READ: s/^GnuTLS using default session cipher\/priority "NORMAL"$/TLS: not preloading cipher list for server/; next if /^GnuTLS<2>: added \d+ protocols, \d+ ciphersuites, \d+ sig algos and \d+ groups into priority list$/; - # only kevent platforms (FreeBSD) say this + # only kevent platforms (FreeBSD, OpenBSD) say this next if /^watch dir/; next if /^watch file .*\/usr\/local/; + next if /^watch file .*\/etc\/ssl/; # TLS preload # there happen in different orders for OpenSSL/GnuTLS/noTLS |