We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09f351 commit 0c48093Copy full SHA for 0c48093
1 file changed
src/uucore/src/lib/features/process.rs
@@ -169,11 +169,11 @@ impl ChildExt for Child {
169
170
#[cfg(test)]
171
mod tests {
172
- use super::*;
173
-
174
#[test]
175
#[cfg(not(target_os = "redox"))]
176
fn test_getsid() {
+ use super::{getpid, getsid};
+
177
assert_eq!(
178
getsid(getpid()).expect("getsid(getpid)"),
179
// zero is a special value for SID.
0 commit comments