Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: use relative paths in ExecStart= and friends | Zbigniew Jędrzejewski-Szmek | 2024-01-09 | 1 | -1/+1 |
| | | | | | | We want to retain *some* of the full paths in order to test more code paths. But the default should be to use the command name only. This makes the tests less visually cluttered. | ||||
* | tests: add spdx license header to test unit/link/network/conf files | Zbigniew Jędrzejewski-Szmek | 2021-10-18 | 1 | -0/+1 |
| | | | | | | | | Those are all consumed by our parser, so they all support comments. I was considering whether they should have a license header at all, but in the end I decided to add it because those files are often created by copying parts of real unit files. And if the real ones have a license, then those might as well. It's easier to add it than to make an exception. | ||||
* | tests: move unit files to units/ subdirectory | Zbigniew Jędrzejewski-Szmek | 2020-03-19 | 1 | -0/+6 |
We have a bazillion of those unit files, and keeping them all directly in tests/ has become rather unwieldy. |