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 c017589 commit 153b922Copy full SHA for 153b922
1 file changed
tests/deduplicate_hardlinks.rs
@@ -26,7 +26,7 @@ fn stdio(command: Command) -> Command {
26
}
27
28
#[test]
29
-fn deduplicate_multiple_hardlinks_to_a_single_file() {
+fn multiple_hardlinks_to_a_single_file_with_deduplication() {
30
let links = 10;
31
let workspace = SampleWorkspace::multiple_hardlinks_to_a_single_file(100_000, links);
32
@@ -81,7 +81,7 @@ fn deduplicate_multiple_hardlinks_to_a_single_file() {
81
82
83
84
-fn do_not_deduplicate_multiple_hardlinks_to_a_single_file() {
+fn multiple_hardlinks_to_a_single_file_without_deduplication() {
85
86
87
0 commit comments