summaryrefslogtreecommitdiffstats
path: root/test/a-conj.service (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: move unit files to units/ subdirectoryZbigniew Jędrzejewski-Szmek2020-03-191-8/+0
| | | | | We have a bazillion of those unit files, and keeping them all directly in tests/ has become rather unwieldy.
* tests: Check trivial loop between two jobsMichal Koutný2019-06-261-0/+8
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.