summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-dynamicuser-runtimedirectory1.service (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test-execute: Load systemd-asan-env environment file if availableDaan De Meyer2024-05-301-0/+1
| | | | | | | When DynamicUser= is enabled, we need LD_PRELOAD to be configured correctly as the tests will load systemd's nss module which will complain when built with sanitizers if the sanitizer libraries were not loaded first.
* tests: use relative paths in ExecStart= and friendsZbigniew Jędrzejewski-Szmek2024-01-091-3/+3
| | | | | | 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 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: add test cases for RuntimeDirectoryPreserve=yesYu Watanabe2020-09-181-0/+11