summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-specifier-interpolation.service
Commit message (Collapse)AuthorAgeFilesLines
* tests: add spdx license header to test unit/link/network/conf filesZbigniew Jędrzejewski-Szmek2021-10-181-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.
* test-execute: skip exec-specifier-interpolation if perl is missingZbigniew Jędrzejewski-Szmek2018-03-221-1/+1
|
* test-execute: cleanupYu Watanabe2017-12-061-0/+6
This makes rename the test units by a consistent naming scheme, add several logs, and sort internal functions. No functional change.