From: Frantisek Sumsal Date: Sat, 25 Nov 2023 20:59:57 +0000 (+0100) Subject: test: drop invalid LogTarget= assignment X-Git-Tag: v255~66^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1ac1aa5ca8981e00ac97050c257ff5ee6665770;p=platform%2Fupstream%2Fsystemd.git test: drop invalid LogTarget= assignment 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. --- diff --git a/test/units/testsuite-44.service b/test/units/testsuite-44.service index e0d4a8c..4dffdea 100644 --- a/test/units/testsuite-44.service +++ b/test/units/testsuite-44.service @@ -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