mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-12 05:32:22 +02:00
On NetBSD, `lsof` can produce the following warnings: 1. "created device cache file: ..." - usually happens in a CI environment. 2. "compiled for NetBSD release 10.0; this is 10.1." or similar - when the `lsof` binary package is installed on a point release. This change suppresses both warnings printed to stderr and fixes the affected tests.