We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34e05af + 793821e commit ff8e050Copy full SHA for ff8e050
t/Unicode.t
@@ -90,7 +90,8 @@ if ($^O eq "cygwin") {
90
$subdir = Cygwin::posix_to_win_path($subdir, 1);
91
}
92
$subdir =~ s,/,\\,g;
93
-ok(Win32::GetLongPathName($subdir), $long);
+# Cygwin64 no longer returns an ANSI name
94
+skip($^O eq "cygwin", Win32::GetLongPathName($subdir), $long);
95
96
# We can chdir() into the Unicode directory if we use the ANSI name
97
ok(chdir(Win32::GetANSIPathName($dir)));
0 commit comments