mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
d3e46d2e72
Fix(lib/fs/tests): Disable rename POSIX semantics FS tests under Windows 7
Would otherwise fail there. The Windows7-specific parts were left pretty much untouched by the changes introduced by
51df98ddb0, so it is expected that these tests fail under Windows 7 as they were probably written to run under Windows 10+ only.