mirror of
https://github.com/ziglang/zig.git
synced 2026-01-02 11:33:21 +00:00
The `no_follow` behavior happened to allow opening a file descriptor of a symlink itself on Windows, but that behavior may change in the future. Instead, we implement the opening of the symlink as a file descriptor manually (and per-platform) in the test case.