From c1edc2046262044db86e929e873023be7d7b8c3e Mon Sep 17 00:00:00 2001 From: veeso Date: Tue, 14 Dec 2021 18:06:02 +0100 Subject: [PATCH] symlink command --- src/host/mod.rs | 1 + 1 file changed, 1 insertion(+) 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();