ligurio / unreliablefs

A FUSE-based fault injection filesystem.
https://ligurio.github.io/unreliablefs/unreliablefs.1.html
MIT License
173 stars 9 forks source link

Tests: not all supported FreeBSD release versions are listed #78

Closed 0mp closed 3 years ago

0mp commented 3 years ago

Currently, some tests are skipped on FreeBSD. Unfortunately, the only FreeBSD version listed there is freebsd12. As a result tests fail on FreeBSD 13.0 for example.

A solution to this could be using sys.platform.startswith(...) to check if we are running on FreeBSD without having to list all the supported versions explicitly.

ligurio commented 3 years ago

Sure, it should be fixed.

ligurio commented 3 years ago

closed accidentally