summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-03-09 11:04:20 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-03-09 21:35:53 +0900
commitb2d3e2a0dc39313a46feb9194114c5554bacb0d9 (patch)
tree7cf81bbd4d6380ec4dfdb4faf42091757973a2c2 /src/test/meson.build
parentba0e70673c60d73e7ba15f326c633a111f1a15bf (diff)
downloadsystemd-b2d3e2a0dc39313a46feb9194114c5554bacb0d9.tar.gz
tests: merge test-tmpfiles.c into test-tmpfile-util.c
The former was added in 65b3903ff576488eaabb51d3c4fbf9c73d867d7c, but the name is confusing: the test has nothing to do with systemd-tmpfiles. It had one function that mostly tested functions from tmpfile-util.c, so just move it into the latter.
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index ae4c3f13aa..b57a6bf2f1 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -157,7 +157,6 @@ simple_tests += files(
'test-sysctl-util.c',
'test-terminal-util.c',
'test-tmpfile-util.c',
- 'test-tmpfiles.c',
'test-tpm2.c',
'test-udev-util.c',
'test-uid-alloc-range.c',