Skip to content

Commit 12fb8d2

Browse files
committed
fuser: work around test bug
Work around bug #246
1 parent cb88f8b commit 12fb8d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

process/tests/fuser/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fn fuser_test(
3939
///
4040
/// **Assertions:**
4141
/// - Verifies that the PID of the process is included in the output of `fuser`.
42+
#[cfg(target_os = "linux")]
4243
#[tokio::test]
4344
async fn test_fuser_basic() {
4445
let process = Command::new("sleep")

0 commit comments

Comments
 (0)