summaryrefslogtreecommitdiff
path: root/src/test/test-exec-util.c
Commit message (Expand)AuthorAgeFilesLines
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* tree-wide: use the term "initrd" at most places we so far used "initramfs"Lennart Poettering2022-09-231-5/+3
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-2/+1
* test: use rm_rf_physical_and_freep cleanup functionYu Watanabe2022-02-021-56/+55
* test-exec-util: rename variable to avoid global/local name conflictZbigniew Jędrzejewski-Szmek2021-12-081-2/+3
* test: Use TEST macroJan Janssen2021-11-251-27/+13
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-6/+6
* test: add a 'static' on a global variable we don't actually exportLennart Poettering2021-06-031-1/+1
* basic/env-util: add little helper to call setenv or unsetenvZbigniew Jędrzejewski-Szmek2020-11-101-4/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tests: various small fixes for strict systemsTopi Miettinen2020-04-261-0/+15
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* core: add ExecStartXYZEx= with dbus support for executable prefixesAnita Zhang2019-05-301-0/+46
* test-exec-util: do not call setenv with NULL argZbigniew Jędrzejewski-Szmek2019-04-121-2/+5
* core: Allow to configure execute_directories execution behaviorMatthias Klumpp2019-02-181-6/+42
* strv: wrap strv_new() in a macro so that NULL sentinel is implicitLennart Poettering2018-10-311-1/+2
* exec-util: in execute_directories, support initial exec environmentDimitri John Ledkov2018-09-241-7/+36
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+2
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test-exec-util: add two test cases for scripts masked with empty fileZbigniew Jędrzejewski-Szmek2017-09-171-3/+22
* test-exec-util: drop duplicate constZbigniew Jędrzejewski-Szmek2017-04-211-1/+1
* Tighten checking for variable validityZbigniew Jędrzejewski-Szmek2017-02-201-2/+10
* exec-util: implement a set of callbacks to pass variables aroundZbigniew Jędrzejewski-Szmek2017-02-201-0/+55
* basic/exec-util: add support for synchronous (ordered) executionZbigniew Jędrzejewski-Szmek2017-02-201-11/+209
* basic/util: move execute_directory() to separate fileZbigniew Jędrzejewski-Szmek2017-02-111-0/+87