| 325 | } |
| 326 | |
| 327 | void Init() { |
| 328 | CheckCurl(); |
| 329 | CheckSquashfuse(); |
| 330 | CheckUnsquashfs(); |
| 331 | CheckZenity(); |
| 332 | CheckEroFSFuse(); |
| 333 | CheckEroFSFsck(); |
| 334 | } |
| 335 | } // namespace WorkingAppsTester |
| 336 | |
| 337 | namespace DistroQuery { |
no test coverage detected