Skip to content

Commit

Permalink
fix: windows
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Oct 7, 2024
1 parent 23ff2da commit 6b7ede3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ mod test {
}

#[test]
#[cfg(unix)]
fn test_should_make_remote_args_from_two_remotes_and_local_dir() {
let args = Args {
positional: vec![
Expand Down Expand Up @@ -223,6 +224,7 @@ mod test {
}

#[test]
#[cfg(unix)]
fn test_should_make_remote_args_from_two_bookmarks_and_local_dir() {
let args = Args {
bookmark: vec!["foo".to_string(), "bar".to_string()],
Expand Down Expand Up @@ -252,6 +254,7 @@ mod test {
}

#[test]
#[cfg(unix)]
fn test_should_make_remote_args_from_one_bookmark_and_one_remote_with_local_dir() {
let args = Args {
positional: vec!["scp://host1".to_string(), "/home".to_string()],
Expand Down

0 comments on commit 6b7ede3

Please sign in to comment.