]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: add comment for handle64 pathsep requirement [ci skip]
authorViktor Szakats <commit@vsz.me>
Tue, 29 Oct 2024 08:26:34 +0000 (09:26 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 29 Oct 2024 08:27:42 +0000 (09:27 +0100)
Cherry-picked from #14949

tests/servers.pm

index 2648babdb9fb358f3ae9953c1b9df587a233ce00..37519eeb6b6c7fa21c21e7abe69fe1b0e36ac9fd 100644 (file)
@@ -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;
         }