Closed meator closed 3 years ago
The current version of TestSearchPath.hh assumes that the folder /usr/share/applications exists. The test fails if it does not exist, even when SearchPath is behaving correctly. This PR changes the test when /usr/share/applications does not exist.
TestSearchPath.hh
/usr/share/applications
SearchPath
Thanks!
The current version of
TestSearchPath.hh
assumes that the folder/usr/share/applications
exists. The test fails if it does not exist, even whenSearchPath
is behaving correctly. This PR changes the test when/usr/share/applications
does not exist.