diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 11:09:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 11:10:05 +0100 |
commit | bed2dd5598c461b64ac263617ce2dc5d99edef1f (patch) | |
tree | f58559bbc6c83d172d92fa62feaf3416cf2664b4 /sys-apps | |
parent | sci-libs/pdal: bump to 2.4.0 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |