summaryrefslogtreecommitdiffstats
path: root/tests/integration.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration.rs')
-rw-r--r--tests/integration.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration.rs b/tests/integration.rs
index f200057..11ef41f 100644
--- a/tests/integration.rs
+++ b/tests/integration.rs
@@ -303,7 +303,7 @@ fn test_dereference_link_broken_link_output() {
// likely to fail because of permission issue
// see https://doc.rust-lang.org/std/os/windows/fs/fn.symlink_file.html
#[cfg(windows)]
- std::os::windows::fs::symlink_file(&target, &link).expect("failed to create broken symlink");
+ std::os::windows::fs::symlink_file(target, &link).expect("failed to create broken symlink");
cmd()
.arg("-l")