Merge branch 'master' into gnome-updates
[jackhill/guix/guix.git] / gnu / packages / patches / polkit-drop-test.patch
1 Drop test failing with the following message:
2 FAIL: polkitbackendjsauthoritytest
3 ==================================
4 /PolkitBackendJsAuthority/get_admin_identities: Error getting system bus: Could not connect: No such file or directoryError loading /var/run/ConsoleKit/database: Error statting file /var/run/ConsoleKit/database: No such file or directory
5
6
7 diff -ru polkit-0.112.old/test/Makefile.in polkit-0.112/test/Makefile.in
8 --- polkit-0.112.old/test/Makefile.in 2013-07-08 22:52:13.000000000 +0200
9 +++ polkit-0.112/test/Makefile.in 2014-11-09 18:43:47.000000000 +0100
10 @@ -388,7 +388,7 @@
11 top_build_prefix = @top_build_prefix@
12 top_builddir = @top_builddir@
13 top_srcdir = @top_srcdir@
14 -SUBDIRS = mocklibc . polkit polkitbackend
15 +SUBDIRS = mocklibc . polkit
16 AM_CFLAGS = $(GLIB_CFLAGS)
17 noinst_LTLIBRARIES = libpolkit-test-helper.la
18 libpolkit_test_helper_la_SOURCES = polkittesthelper.c polkittesthelper.h