mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08: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
@ -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…
Reference in New Issue
Block a user