nicholasbishop / ext4-view-rs

Rust library for reading ext2/ext4 filesystems
https://crates.io/crates/ext4-view
Apache License 2.0
8 stars 2 forks source link

xtask: Update test disk for htree testing #126

Closed nicholasbishop closed 3 months ago

nicholasbishop commented 3 months ago

Change big_dir so that its files contain their own name instead of being empty. This makes it easier for tests to distinguish between entries.

Also add a medium_dir containing 1000 files and ensure that it has an htree depth of 0.

Update the test disk bin with these changes.