tests: cleanup tests/ui/process/fds-are-cloexec.rs

- Replace `ignore-windows` with `only-unix`.
- Replace `ignore-*` with `needs-subprocess`.
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2025-01-23 16:08:31 +08:00
parent 635a06b595
commit a4a3acace6

View File

@ -1,9 +1,8 @@
//@ run-pass
//@ ignore-windows
//@ only-unix
//@ ignore-android
//@ ignore-wasm32 no processes
//@ needs-subprocess
//@ ignore-haiku
//@ ignore-sgx no processes
#![feature(rustc_private)]