]> git.ipfire.org Git - thirdparty/systemd.git/commit
tests: Check trivial loop between two jobs 12461/head
authorMichal Koutný <mkoutny@suse.com>
Thu, 6 Jun 2019 21:27:20 +0000 (23:27 +0200)
committerMichal Koutný <xm.koutny@gmail.com>
Wed, 26 Jun 2019 21:16:31 +0000 (23:16 +0200)
commit594057fd996ad8401b815ed974f1236c4edc3e08
tree9139017913aa27a88ee71ca06911a9dcdac3fc25
parent804cdabc31b38b840eec2b64dc8bdd9a8e660a6f
tests: Check trivial loop between two jobs

job_compare return value is undefined in case the jobs have a loop
between them, so better make a test to make sure transaction cycle
detection catches it.
src/test/test-engine.c
test/a-conj.service [new file with mode: 0644]
test/meson.build