fix: unused import on redox

This commit is contained in:
xtqqczze
2026-05-17 13:19:48 +02:00
committed by Daniel Hofstetter
parent aa30c10300
commit 7ea12112ad
+2 -2
View File
@@ -169,11 +169,11 @@ impl ChildExt for Child {
#[cfg(test)]
mod tests {
use super::*;
#[test]
#[cfg(not(target_os = "redox"))]
fn test_getsid() {
use super::{getpid, getsid};
assert_eq!(
getsid(getpid()).expect("getsid(getpid)"),
// zero is a special value for SID.