diff --git a/games-strategy/wesnoth/wesnoth-1.18.0.ebuild b/games-strategy/wesnoth/wesnoth-1.18.0.ebuild index eb3ae4211e889..ba33c9b827a81 100644 --- a/games-strategy/wesnoth/wesnoth-1.18.0.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.18.0.ebuild @@ -92,6 +92,11 @@ src_configure() { cmake_src_configure } +src_test() { + # Allow SDL_Mixer test to pass, bug #931551 + SDL_AUDIODRIVER=dummy cmake_src_test +} + src_install() { local DOCS=( README.md changelog.md ) cmake_src_install