commit:     a168c73580cb12ed577cb2d18490c3ddb16b3ad8
Author:     Violet Purcell <vimproved <AT> inventati <DOT> org>
AuthorDate: Sun Sep 10 18:59:20 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 19:51:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a168c735

sys-apps/systemd-utils: Fix test targets

Closes: https://bugs.gentoo.org/913933
Signed-off-by: Violet Purcell <vimproved <AT> inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/32715
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-apps/systemd-utils/systemd-utils-254.3.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-254.3.ebuild 
b/sys-apps/systemd-utils/systemd-utils-254.3.ebuild
index 1912fe2b9f6b..9fabbb727904 100644
--- a/sys-apps/systemd-utils/systemd-utils-254.3.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-254.3.ebuild
@@ -310,7 +310,7 @@ multilib_src_compile() {
                                
tmpfiles.d/{etc,static-nodes-permissions,var}.conf
                        )
                        if use test; then
-                               targets+=( test-tmpfiles )
+                               targets+=( test-tmpfile-util )
                        fi
                fi
                if use udev; then
@@ -340,8 +340,6 @@ multilib_src_compile() {
                                targets+=(
                                        # Used by udev-test.pl
                                        systemd-detect-virt
-                                       test/sys
-                                       test-udev
 
                                        test-fido-id-desc
                                        test-udev-builtin
@@ -381,7 +379,7 @@ multilib_src_test() {
                if use tmpfiles; then
                        tests+=(
                                test-systemd-tmpfiles.standalone
-                               test-tmpfiles
+                               test-tmpfile-util
                        )
                fi
                if use udev; then

Reply via email to