Blame SOURCES/0001-tests-Disable-name-test.patch

9668f6
From e0034acc5253a443eeb9232b316eb987c44ce3e7 Mon Sep 17 00:00:00 2001
9668f6
From: Colin Walters <walters@verbum.org>
9668f6
Date: Mon, 11 Nov 2013 15:55:26 -0500
9668f6
Subject: [PATCH] tests: Disable name-test
9668f6
9668f6
This wants to access $DISPLAY, which isn't available in mock.
9668f6
---
9668f6
 test/name-test/Makefile.am | 3 ++-
9668f6
 1 file changed, 2 insertions(+), 1 deletion(-)
9668f6
9668f6
diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am
9668f6
index 6aaf178..48a9cda 100644
9668f6
--- a/test/name-test/Makefile.am
9668f6
+++ b/test/name-test/Makefile.am
9668f6
@@ -13,7 +13,8 @@ AM_LDFLAGS = @R_DYNAMIC_LDFLAG@
9668f6
 ## TESTS
9668f6
 if DBUS_BUILD_TESTS
9668f6
 TESTS_ENVIRONMENT=DBUS_TOP_BUILDDIR=@abs_top_builddir@ DBUS_TOP_SRCDIR=@abs_top_srcdir@ PYTHON=@PYTHON@
9668f6
-TESTS=run-test.sh run-test-systemserver.sh
9668f6
+# Disabling due to attempting to access $DISPLAY
9668f6
+#TESTS=run-test.sh run-test-systemserver.sh
9668f6
 else
9668f6
 TESTS=
9668f6
 endif
9668f6
-- 
9668f6
1.8.3.1
9668f6