diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-01-11 11:21:45 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-01-11 11:21:45 +0000 |
commit | c57309a50444d858c0a2dc1581846a850d78a9ad (patch) | |
tree | 67ec17240b117ba2f949bd1b93cfd7e95eaaeb51 /test | |
parent | e8ca77c32e51000283df63e08d6247d7a432b262 (diff) |
BSD: fix resource leak
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 0f883e8fc..3d5a975ff 100755 --- a/test/runtest +++ b/test/runtest @@ -1108,6 +1108,7 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^watch dir/; next if /^watch file .*\/usr\/local/; next if /^watch file .*\/etc\/ssl/; + next if /^closing watch fd:/; # TLS preload # there happen in different orders for OpenSSL/GnuTLS/noTLS |