()
| 16 | #[cfg(feature = "process")] |
| 17 | #[test] |
| 18 | fn test_setresuid() { |
| 19 | let uid = process::getuid(); |
| 20 | thread::set_thread_res_uid(uid, uid, uid).unwrap(); |
| 21 | } |
| 22 | |
| 23 | #[cfg(feature = "process")] |
| 24 | #[test] |
nothing calls this directly
no test coverage detected