sys-fs/xwmfs: disable X11 tests
authorMatthias Gerstner <Matthias.Gerstner@nefkom.net>
Mon, 7 Jan 2019 19:57:28 +0000 (20:57 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 3 Feb 2019 22:57:00 +0000 (23:57 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sys-fs/xwmfs/xwmfs-0.82-r1.ebuild

index b867b43c6de662aa44e0d55452f06e9f0a529259..0a3213274d9f45936b1f56e2cdd128724108096c 100644 (file)
@@ -17,3 +17,11 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
+
+src_test() {
+       # unset display to avoid testing errors, tests rely on X11 and a window
+       # manager environment
+       unset DISPLAY
+
+       default
+}