summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-04-08 15:43:09 +0200
committerGitHub <noreply@github.com>2022-04-08 15:43:09 +0200
commit492f9e74ff2b7b07d0999a7241c16ed5e767fdeb (patch)
tree646bf40bdd3b0c710d1dd2dddbef284767805f6a /src/test/meson.build
parent15ac2a62f2f0ad9f3bc04c4a7c980ea8f7e832b5 (diff)
parent6eb32c7f2e0a66154832dda2d5b9e8329eba9320 (diff)
downloadsystemd-492f9e74ff2b7b07d0999a7241c16ed5e767fdeb.tar.gz
Merge pull request #23009 from keszybz/fix-detection-of-libsystemd-shared-with-suffix
Fix detection of libsystemd-shared with suffix
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 11517c990b..6e7fe1a3bb 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -261,7 +261,7 @@ tests += [
[files('test-parse-argument.c')],
- [files('test-parse-socket-bind-item.c')],
+ [files('test-parse-helpers.c')],
[files('test-parse-util.c')],