mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
find test is broken on windows
This commit is contained in:
@@ -1057,6 +1057,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(any(target_os = "unix", target_os = "macos", target_os = "linux"))]
|
||||||
fn test_filetransfer_scp_find() {
|
fn test_filetransfer_scp_find() {
|
||||||
let mut client: ScpFileTransfer = ScpFileTransfer::new(SshKeyStorage::empty());
|
let mut client: ScpFileTransfer = ScpFileTransfer::new(SshKeyStorage::empty());
|
||||||
assert!(client
|
assert!(client
|
||||||
|
|||||||
Reference in New Issue
Block a user