You've already forked core-foundation-rs
mirror of
https://github.com/encounter/core-foundation-rs.git
synced 2026-03-30 11:04:19 -07:00
91ff2cb513
This test was failing intermittently on github actions. There's no safe way to check that a file descriptor has been closed, because a new file could have been reopened with the same number. We'd then end up closing that new file instead of having close() fail.