enkore / j4-dmenu-desktop

A fast desktop menu
GNU General Public License v3.0
682 stars 69 forks source link

Change test in TestSearchPath.cc when /usr/share/applications/ does not exist #123

Closed meator closed 3 years ago

meator commented 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.

enkore commented 3 years ago

Thanks!