aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/polkit-drop-test.patch
blob: 2fd0c8bdf68810c62abc27c74c70f6f3b52b9d48 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Drop test failing with the following message:
FAIL: polkitbackendjsauthoritytest
==================================
/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


diff -ru polkit-0.112.old/test/Makefile.in polkit-0.112/test/Makefile.in
--- polkit-0.112.old/test/Makefile.in	2013-07-08 22:52:13.000000000 +0200
+++ polkit-0.112/test/Makefile.in	2014-11-09 18:43:47.000000000 +0100
@@ -388,7 +388,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = mocklibc . polkit polkitbackend
+SUBDIRS = mocklibc . polkit
 AM_CFLAGS = $(GLIB_CFLAGS)
 noinst_LTLIBRARIES = libpolkit-test-helper.la
 libpolkit_test_helper_la_SOURCES = polkittesthelper.c polkittesthelper.h
href='/guix/commit/gnu/tests/base.scm?id=e6b1a2248ff164e14d1b2f495224faf8a8326142'>services: Log-in services now require "pam_loginuid"....Ludovic Courtès 2019-03-08activation: Shared system home directories are now 555 and root-owned....Ludovic Courtès 2019-03-04tests: Use non-deprecated (guix store) API....Ludovic Courtès 2019-01-16services: avahi: Deprecate the 'avahi-service' procedure....Ludovic Courtès 2019-01-11services: Deprecate a few more service procedures....Ludovic Courtès 2018-12-18file-systems: Spawn a REPL only when interaction is possible....Ludovic Courtès 2018-11-18activation: Aways pass '-d HOME' to 'useradd'....Ludovic Courtès 2018-11-13services: nscd: Add 'invalidate' and 'statistics' actions....Ludovic Courtès