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 cb88f8b commit 12fb8d2Copy full SHA for 12fb8d2
process/tests/fuser/mod.rs
@@ -39,6 +39,7 @@ fn fuser_test(
39
///
40
/// **Assertions:**
41
/// - Verifies that the PID of the process is included in the output of `fuser`.
42
+#[cfg(target_os = "linux")]
43
#[tokio::test]
44
async fn test_fuser_basic() {
45
let process = Command::new("sleep")
0 commit comments