mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
test_utils_fmt_path_elide: don't run on windows
This commit is contained in:
@@ -205,6 +205,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(any(target_os = "unix", target_os = "linux", target_os = "macos"))]
|
||||||
fn test_utils_fmt_path_elide() {
|
fn test_utils_fmt_path_elide() {
|
||||||
let p: &Path = &Path::new("/develop/pippo");
|
let p: &Path = &Path::new("/develop/pippo");
|
||||||
// Under max size
|
// Under max size
|
||||||
|
|||||||
Reference in New Issue
Block a user