Skip to content

Commit

Permalink
test: drop invalid LogTarget= assignment
Browse files Browse the repository at this point in the history
It's been there since the test was introduced and I'm not really sure
what was the original intention behind it, but it makes systemd sad:

[    4.909056] systemd[1]: /usr/lib/systemd/tests/testdata/units/testsuite-44.service:13: Unknown key name 'LogTarget' in section 'Service', ignoring.
  • Loading branch information
mrc0mmand committed Nov 25, 2023
1 parent 538291b commit d1ac1aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/units/testsuite-44.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ After=systemd-journald@foobar.socket systemd-journald-varlink@foobar.socket
ExecStartPre=rm -f /failed /testok
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
Type=oneshot
LogTarget=foobar

0 comments on commit d1ac1aa

Please sign in to comment.