mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
5999a5fbdc
On old macos systems, `fs::hard_link()` will follow symlinks. This changes the test `symlink_hard_link` to exit early on these systems, so that tests can pass.