Skip to content

Commit

Permalink
more windows debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed May 30, 2020
1 parent 1a262f0 commit 23b064b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_cp.rs
Expand Up @@ -448,6 +448,14 @@ fn test_cp_no_deref_folder_to_folder() {
.args(&["/C", "dir", path_to_new_symlink.to_str().unwrap()])
.output();
println!("output {:#?}", a);

let path_to_new_symlink = at.subdir.join(TEST_COPY_FROM_FOLDER);

let a= Command::new("cmd")
.args(&["/C", "dir", path_to_new_symlink.to_str().unwrap()])
.output();
println!("output {:#?}", a);

let path_to_new_symlink = at.subdir.join(TEST_COPY_TO_FOLDER_NEW);

let a= Command::new("cmd")
Expand Down

0 comments on commit 23b064b

Please sign in to comment.