Pat Tullmann c36962bb19 std/fs/test.zig: Factor out the symlink-creation wrappers
Because creation of a symlink can fail on Windows with an Access Denied
error (https://learn.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/create-symbolic-links)
any tests that need a symbolic link "skip" if they run into this problem.

This change factors out a "setupSymbolicLink()" routine to make this
clearer, a bit tighter, and easier to use in future tests.

I also collapsed the "symlink in parent directory" test into the existing
"Dir.readlink" test, because the latter uses the more comprehensive
testWithAllSupportedPathTypes wrapper.
2024-01-16 14:19:48 -08:00
..
2023-11-25 12:28:19 +02:00
2023-11-22 19:08:55 -07:00
2024-01-16 04:20:05 -08:00
2023-12-19 12:01:09 -07:00
2024-01-13 19:37:33 -07:00
2023-11-26 14:28:22 -05:00
2024-01-16 04:20:05 -08:00
2023-11-22 13:24:27 -05:00
2023-11-22 19:08:55 -07:00
2024-01-13 23:56:32 -07:00
2023-10-23 22:42:18 -04:00
2024-01-08 00:21:57 -07:00
2023-11-09 17:41:14 +01:00
2023-11-22 15:24:57 -07:00
2023-10-25 04:28:30 -04:00
2024-01-14 20:45:39 -05:00
2024-01-07 16:27:50 +01:00
2023-11-03 23:18:21 -04:00
2024-01-13 23:56:32 -07:00
2023-11-19 09:55:07 +00:00
2023-11-22 13:24:27 -05:00
2024-01-01 17:51:18 -07:00
2023-12-20 20:05:16 -08:00
2023-10-21 21:24:55 +00:00
2023-10-21 21:24:55 +00:00