runtests: add comment for handle64 pathsep requirement [ci skip]

Cherry-picked from #14949
This commit is contained in:
Viktor Szakats 2024-10-29 09:26:34 +01:00
parent cbc39a88d7
commit 74c7b672d9
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View 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;
}