We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecda39 commit 116b386Copy full SHA for 116b386
tests/fs_additional.rs
@@ -416,4 +416,5 @@ fn symlink_hard_link() {
416
let _ = check!(tmpdir.open("hard_link"));
417
check!(tmpdir.rename("file", &tmpdir, "file.renamed"));
418
assert!(tmpdir.open("hard_link").is_err());
419
+ assert_eq!(check!(tmpdir.read_link("hard_link")), Path::new("file"));
420
}
0 commit comments