mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:57:16 +03:00
runtests: add comment for handle64 pathsep requirement [ci skip]
Cherry-picked from #14949
This commit is contained in:
parent
cbc39a88d7
commit
74c7b672d9
1 changed files with 1 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ sub clearlocks {
|
|||
|
||||
if(os_is_win()) {
|
||||
$dir = sys_native_abs_path($dir);
|
||||
# Must use backslashes for handle64 to find a match
|
||||
if ($^O eq 'MSWin32') {
|
||||
$dir =~ s/\//\\/g;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue