summaryrefslogtreecommitdiff
path: root/src/test/test-exec-util.c
Commit message (Collapse)AuthorAge
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-08-24
| | | | | | | | | Double newlines (i.e. one empty lines) are great to structure code. But let's avoid triple newlines (i.e. two empty lines), quadruple newlines, quintuple newlines, …, that's just spurious whitespace. It's an easy way to drop 121 lines of code, and keeps the coding style of our sources a bit tigther.
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-08-24
| | | | | | | | | | Files which are installed as-is (any .service and other unit files, .conf files, .policy files, etc), are left as is. My assumption is that SPDX identifiers are not yet that well known, so it's better to retain the extended header to avoid any doubt. I also kept any copyright lines. We can probably remove them, but it'd nice to obtain explicit acks from all involved authors before doing that.
* Prep v236 : Add missing SPDX-License-Identifier (8/9) src/testSven Eden2018-03-26
|
* test-exec-util: add two test cases for scripts masked with empty fileZbigniew Jędrzejewski-Szmek2017-09-17
| | | | | | A test for #6831. Fails without the previous commit. Suggested by Evgeny Vereshchagin.
* test-exec-util: drop duplicate constZbigniew Jędrzejewski-Szmek2017-07-25
| | | | gcc-7 warns about this with -Wduplicate-decl-specifier.
* Prep v233.3: Add all possible coverage tests for elogindSven Eden2017-07-20