mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
symlink command
This commit is contained in:
committed by
Christian Visintin
parent
ced7573241
commit
c1edc20462
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user