**Problem** `cargo test` leaves file descriptors to `/dev/{u,}random` open when `exec`ing a binary on Linux. **Steps** See @alexcrichton's [comment](https://github.com/rust-lang/cargo/issues/6333#issuecomment-440079464) below. **Notes** ``` cargo 1.32.0-nightly (241fac0e3 2018-11-09) ```