mirror of
https://github.com/curl/curl.git
synced 2026-07-12 14:17:17 +03:00
tests: fix sshd UserKnownHostsFile path for MinGW/Cygwin
This is the same thing as the previous commit fd194f46 but on the next
line.
Follow-up to 70d2fca2
Ref: #10818
This commit is contained in:
parent
b7b413e75c
commit
d70ec5c650
1 changed files with 1 additions and 1 deletions
|
|
@ -848,7 +848,7 @@ if ($sshdid =~ /OpenSSH-Windows/) {
|
|||
elsif (pathhelp::os_is_win()) {
|
||||
# Ensure to use MinGW/Cygwin paths
|
||||
$identity_config = pathhelp::build_sys_abs_path($identity);
|
||||
$knownhosts_config = pathhelp::build_sys_abs_path($knownhosts_config);
|
||||
$knownhosts_config = pathhelp::build_sys_abs_path($knownhosts);
|
||||
}
|
||||
else {
|
||||
$identity_config = abs_path(pp($identity));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue