find test is broken on windows

This commit is contained in:
veeso 2021-03-26 21:46:23 +01:00
parent f5f84ac346
commit 15bea93da8

View file

@ -1057,6 +1057,7 @@ mod tests {
}
#[test]
#[cfg(any(target_os = "unix", target_os = "macos", target_os = "linux"))]
fn test_filetransfer_scp_find() {
let mut client: ScpFileTransfer = ScpFileTransfer::new(SshKeyStorage::empty());
assert!(client