summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-17 11:09:56 +0100
committerSam James <sam@gentoo.org>2022-04-17 11:10:05 +0100
commitbed2dd5598c461b64ac263617ce2dc5d99edef1f (patch)
treef58559bbc6c83d172d92fa62feaf3416cf2664b4 /sys-apps
parentsci-libs/pdal: bump to 2.4.0 (diff)
downloadgentoo-bed2dd5598c461b64ac263617ce2dc5d99edef1f.tar.gz
gentoo-bed2dd5598c461b64ac263617ce2dc5d99edef1f.tar.bz2
gentoo-bed2dd5598c461b64ac263617ce2dc5d99edef1f.zip
sys-apps/systemd-utils: fix tmpfiles test typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd-utils/systemd-utils-250.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-250.4.ebuild b/sys-apps/systemd-utils/systemd-utils-250.4.ebuild
index 53b14ae2f918..db1f23ff9072 100644
--- a/sys-apps/systemd-utils/systemd-utils-250.4.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-250.4.ebuild
@@ -324,7 +324,7 @@ multilib_src_test() {
fi
if use tmpfiles; then
tests+=(
- test-systmed-tmpfiles
+ test-systemd-tmpfiles
test-tmpfiles
)
fi