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 aa4d827 commit 52a1e9aCopy full SHA for 52a1e9a
1 file changed
tests/deduplicate_hardlinks.rs
@@ -356,9 +356,9 @@ fn complex_tree_with_shared_and_unique_files_with_deduplication() {
356
summary.exclusive_inodes = summary.inodes;
357
summary.all_links = [
358
0, // no-hardlinks/*
359
- files_per_branch * 3 / 8 + files_per_branch * 2 / 8 + files_per_branch * 2 / 2, // some-hardlinks/*
360
- files_per_branch * 2, // only-hardlinks/exclusive/*
361
- files_per_branch * 2 / 2 + files_per_branch * 2 / 2, // only-hardlinks/mixed/*
+ 3 * files_per_branch / 8 + 2 * files_per_branch / 8 + 2 * files_per_branch / 2, // some-hardlinks/*
+ 2 * files_per_branch, // only-hardlinks/exclusive/*
+ 2 * files_per_branch / 2 + 2 * files_per_branch / 2, // only-hardlinks/mixed/*
362
0, // only-hardlinks/external/*
363
]
364
.into_iter()
0 commit comments