summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViolet Purcell <vimproved@inventati.org>2023-09-10 14:59:20 -0400
committerMike Gilbert <floppym@gentoo.org>2023-09-10 15:51:11 -0400
commita168c73580cb12ed577cb2d18490c3ddb16b3ad8 (patch)
treed6a93ca588841d146fbe1e8aeb10eee18bd7a1c1 /sys-apps/systemd-utils
parentdev-util/geany-plugins: Stabilize 1.38-r410 arm, #913911 (diff)
downloadgentoo-a168c73580cb12ed577cb2d18490c3ddb16b3ad8.tar.gz
gentoo-a168c73580cb12ed577cb2d18490c3ddb16b3ad8.tar.bz2
gentoo-a168c73580cb12ed577cb2d18490c3ddb16b3ad8.zip
sys-apps/systemd-utils: Fix test targets
Closes: https://bugs.gentoo.org/913933 Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/32715 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd-utils')
-rw-r--r--sys-apps/systemd-utils/systemd-utils-254.3.ebuild6
1 files 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