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.

(cherry picked from commit d1ac1aa)
  • Loading branch information
mrc0mmand authored and keszybz committed Nov 29, 2023
1 parent 5030c8f commit 87ac9e3
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 87ac9e3

Please sign in to comment.