waldheinz/fat32-lib

de.waldheinz.fs.fat.DosFsckTest fails on Windows

axelfontaine opened this issue · 1 comments

All tests are currently Linux-specific and fail with:

java.io.IOException: Cannot run program "/usr/sbin/dosfsck": CreateProcess error=2, The system cannot find the file specified

Most of the tests have no external dependecies and can be run on any OS. Some rely on the dosfsck binary, though. I'll add a precondition on those which will disable them when the executable cannot be run.