summaryrefslogtreecommitdiffstats
path: root/src/test/test-watch-pid.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-08 16:55:28 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-11 14:55:57 +0100
commit48e98ba5c351e43d086b474c81efe293d751c0e1 (patch)
tree6111f3c69b23e5e6a88e2efb202d05a1f455a9fc /src/test/test-watch-pid.c
parenttests: make is_run_on_travis_ci() static (diff)
downloadsystemd-48e98ba5c351e43d086b474c81efe293d751c0e1.tar.xz
systemd-48e98ba5c351e43d086b474c81efe293d751c0e1.zip
tests: get rid of test-helper.[ch] completely
I don't think there's any particular reason to keep those functions in a separate file.
Diffstat (limited to 'src/test/test-watch-pid.c')
-rw-r--r--src/test/test-watch-pid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test-watch-pid.c b/src/test/test-watch-pid.c
index 04d7e1fbd8..a26a0c9d9b 100644
--- a/src/test/test-watch-pid.c
+++ b/src/test/test-watch-pid.c
@@ -4,7 +4,6 @@
#include "manager.h"
#include "rm-rf.h"
#include "service.h"
-#include "test-helper.h"
#include "tests.h"
int main(int argc, char *argv[]) {