Filesystems are not required to maintain a hard link count consistent
with number of subdirectories. For example, on btrfs all directories
have nlink==1. Account for that in the test.
Details
Details
- Reviewers
MatzeB EricWF - Commits
- rG41bc86e79a73: Merging r294431: --------------------------------------------------------------…
rGf7132c83f161: [test] Fix hard_link_count test to account for fs with dir nlink==1
rCXX294431: [test] Fix hard_link_count test to account for fs with dir nlink==1
rL295214: Merging r294431:
rL294431: [test] Fix hard_link_count test to account for fs with dir nlink==1
Diff Detail
Diff Detail
- Repository
- rL LLVM