gnu: elogind: Reinstate the test-event.c test.

* gnu/packages/freedesktop.scm (elogind)[phases]{adjust-tests}: Do not
de-register the test-event.c test file from meson.build.
This commit is contained in:
Maxim Cournoyer 2021-12-18 02:16:23 -05:00
parent 7ecc2e3d2b
commit acaec1b5b7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -621,10 +621,6 @@ (define-public elogind
;; existing in the build environment.
(invoke "sed" "/src\\/test\\/test-user-util.c/,+2s/^/#/g"
"-i" "src/test/meson.build")
;; ;; FIXME: This one times out for unknown reasons.
;; (invoke "sed"
;; "/src\\/libelogind\\/sd-event\\/test-event.c/,+2s/^/#/g"
;; "-i" "src/test/meson.build")
;; This test tries to copy some bytes from /usr/lib/os-release,
;; which does not exist in the build container. Choose something
;; more likely to be available.