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 e920c22 commit 3952286Copy full SHA for 3952286
1 file changed
tests/deduplicate_hardlinks.rs
@@ -407,11 +407,6 @@ fn complex_tree_with_shared_and_unique_files_without_deduplication() {
407
.pipe(Bytes::new)
408
};
409
410
- // The following formula treat the first file as "real" and
411
- // the non-first file with the same inode as "fake" for ease
412
- // of reasoning.
413
- // It should still produce the same result as the proper
414
- // deduplication formula however.
415
let expected_size: Bytes = [
416
inode_size("."),
417
inode_size("no-hardlinks"),
0 commit comments