summaryrefslogtreecommitdiffstats
path: root/test/units/dml-override-empty.service
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-01-04 15:24:52 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-01-09 11:14:16 +0100
commit63403f07b037ea80d08b917e3d95037c9620ded5 (patch)
tree8ad79098a16c6a3dfb37c620a6c3331622862da4 /test/units/dml-override-empty.service
parentcocci: merge mfree.cocci and mfree_return.cocci (#30838) (diff)
downloadsystemd-63403f07b037ea80d08b917e3d95037c9620ded5.tar.xz
systemd-63403f07b037ea80d08b917e3d95037c9620ded5.zip
tests: use relative paths in ExecStart= and friends
We want to retain *some* of the full paths in order to test more code paths. But the default should be to use the command name only. This makes the tests less visually cluttered.
Diffstat (limited to 'test/units/dml-override-empty.service')
-rw-r--r--test/units/dml-override-empty.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/dml-override-empty.service b/test/units/dml-override-empty.service
index ac96de01cb..5f0c143d66 100644
--- a/test/units/dml-override-empty.service
+++ b/test/units/dml-override-empty.service
@@ -5,4 +5,4 @@ Description=DML override empty service
[Service]
Slice=dml-override.slice
Type=oneshot
-ExecStart=/bin/true
+ExecStart=true