From c57309a50444d858c0a2dc1581846a850d78a9ad Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 11 Jan 2022 11:21:45 +0000 Subject: BSD: fix resource leak --- test/runtest | 1 + 1 file changed, 1 insertion(+) (limited to 'test/runtest') 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 -- cgit v1.2.3