>>>>> "Teodor" == Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
Teodor> Hm, seems, Windows doesn't like this patch
You added two tests to the SKIP: block without updating the number of
tests that would be skipped, so the final count of tests comes out
wrong.
skip "symlinks not supported on Windows", 15 if ($windows_os);
above 15 should presumably be 17 (did not test this myself since I don't
have windows)
--
Andrew (irc:RhodiumToad)