On Sun Jul 13 17:57:30 2025 +0000, Jacek Caban wrote:
Are there any Windows versions that fail to create the zone identifier? If not, this should use `ok()` instead. If there are, it should be `win_skip()` to avoid unintentionally accepting such skips on Wine. The same applies to all other `skip()` calls in the patch.
Zone Identifier is suppoprted since Windows XP SP2, so I think `ok()` should be used.