symlink command

This commit is contained in:
veeso
2021-12-14 18:06:02 +01:00
committed by Christian Visintin
parent ced7573241
commit c1edc20462

View File

@@ -1194,6 +1194,7 @@ mod tests {
assert_eq!(result[1].name(), "examples.csv"); assert_eq!(result[1].name(), "examples.csv");
} }
#[cfg(target_family = "unix")]
#[test] #[test]
fn should_create_symlink() { fn should_create_symlink() {
let tmpdir: tempfile::TempDir = tempfile::TempDir::new().unwrap(); let tmpdir: tempfile::TempDir = tempfile::TempDir::new().unwrap();