diff --git a/src/host/mod.rs b/src/host/mod.rs index 78cec83..a6c0796 100644 --- a/src/host/mod.rs +++ b/src/host/mod.rs @@ -1194,6 +1194,7 @@ mod tests { assert_eq!(result[1].name(), "examples.csv"); } + #[cfg(target_family = "unix")] #[test] fn should_create_symlink() { let tmpdir: tempfile::TempDir = tempfile::TempDir::new().unwrap();