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 f03530f commit 0058648Copy full SHA for 0058648
1 file changed
src/hardlink/hardlink_list/test.rs
@@ -149,11 +149,6 @@ fn detect_number_of_links_change() {
149
assert_eq!(actual, expected);
150
}
151
152
-/// Files on different devices may share the same inode number, but they are
153
-/// unrelated — hardlinks cannot span filesystem boundaries. Verify that two
154
-/// files with the same inode number but different device numbers produce
155
-/// separate entries in the list (i.e. the device number is actually used in
156
-/// the deduplication key).
157
#[test]
158
fn same_ino_on_different_devices_are_treated_separately() {
159
let list = HardlinkList::<Bytes>::new();
0 commit comments