pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.91k stars 71 forks source link

Only use the reflink crate on Linux for tests #108

Closed th1000s closed 2 years ago

th1000s commented 2 years ago

Version 0.1.3 of the reflink crate does not compile with the musl libc. However this lib is only used for "crosstesting" on Linux, the tool itself already calls the ioctl for file cloning directly.


Fixes #95

pkolaczk commented 2 years ago

Thank you!