summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Introduce _cleanup_(unit_freep)Zbigniew Jędrzejewski-Szmek2018-03-111-6/+2
* Introduce _cleanup_(manager_freep)Zbigniew Jędrzejewski-Szmek2018-03-118-30/+11
* tests: make / private after creating a mount namespaceEvegeny Vereshchagin2018-03-091-0/+2
* tests: skip the rest of test_mnt_id after getting any errorEvegeny Vereshchagin2018-03-091-6/+2
* Introduce suspend-to-hibernate (#8274)Mario Limonciello2018-03-081-0/+1
* test-cgroup-util: bail out when running under mock (#8365)Zbigniew Jędrzejewski-Szmek2018-03-081-2/+8
* tests: close a leftover file descriptor in `test-fileio`Evegeny Vereshchagin2018-03-051-1/+2
* tests: stop using `freopen` in `test-fileio`Evegeny Vereshchagin2018-03-051-3/+6
* Merge pull request #8341 from yuwata/test-execute-ambientZbigniew Jędrzejewski-Szmek2018-03-051-21/+35
|\
| * test-execute: use CAP_CHOWN instead of CAP_NET_ADMINYu Watanabe2018-03-051-1/+1
| * test-execute: check capabilities before running testsYu Watanabe2018-03-051-0/+14
| * test-execute: change log level from error to noticeYu Watanabe2018-03-041-15/+15
| * test-execute: rename tests for AmbientCapabilities=Yu Watanabe2018-03-041-6/+6
* | Merge pull request #8354 from keszybz/new-NEWSZbigniew Jędrzejewski-Szmek2018-03-051-2/+2
|\ \ | |/ |/|
| * basic/glob-util: do not use names with "_" prefixZbigniew Jędrzejewski-Szmek2018-03-051-2/+2
* | Merge pull request #8314 from poettering/rearrange-stdioLennart Poettering2018-03-021-0/+69
|\ \
| * | fd-util: add new call rearrange_stdio()Lennart Poettering2018-03-021-0/+69
| |/
* | Merge pull request #8303 from yuwata/fix-8276Zbigniew Jędrzejewski-Szmek2018-03-021-34/+114
|\ \ | |/ |/|
| * test-execute: add tests with user/group daemonYu Watanabe2018-03-021-41/+46
| * test-execute: add a test for the case that NOBODY_GROUP_NAME is nogroupYu Watanabe2018-03-011-0/+2
| * test-execute: check nobody user and group are configured correctlyYu Watanabe2018-03-011-16/+89
* | test-libudev: make "-m" equivalent to "--monitor"Douglas Christman2018-03-011-1/+1
* | Merge pull request #8149 from poettering/fake-root-cgroupLennart Poettering2018-03-012-0/+50
|\ \ | |/ |/|
| * basic/cgroup-util: simplify cg_get_keyed_attribute(), add testZbigniew Jędrzejewski-Szmek2018-03-011-0/+41
| * procfs-util: add APIs to get consumed CPU time and used memory from /procLennart Poettering2018-02-091-0/+9
* | Merge pull request #8282 from poettering/khash-enokeyEvgeny Vereshchagin2018-02-272-5/+8
|\ \
| * | khash: try to detect broken AF_ALG support in centos kernelsLennart Poettering2018-02-262-5/+8
* | | basic/xattr-util: do not cast ssize_t to intZbigniew Jędrzejewski-Szmek2018-02-261-3/+5
|/ /
* | test: use setup_fake_runtime_dir() in test-executeYu Watanabe2018-02-261-1/+2
* | basic/log: make sure header is printed correctly, add testZbigniew Jędrzejewski-Szmek2018-02-231-7/+32
* | Fix format-truncation compile failure by typecasting USB IDs (#8250)Patrick Uiterwijk2018-02-221-0/+39
* | bpf: beef up bpf detection, check if BPF_F_ALLOW_MULTI is supportedLennart Poettering2018-02-211-1/+6
* | Merge pull request #8235 from keszybz/skip-nobody-testEvgeny Vereshchagin2018-02-211-8/+49
|\ \
| * | test-user-util: skip most tests for nobody if synthentization is offZbigniew Jędrzejewski-Szmek2018-02-211-10/+30
| * | test-user-util: print function delimitersZbigniew Jędrzejewski-Szmek2018-02-201-1/+22
* | | Merge pull request #7908 from yuwata/rfe-7895Alan Jenkins2018-02-213-0/+65
|\ \ \
| * | | test: add tests for TemporaryFileSystem=Yu Watanabe2018-02-211-0/+9
| * | | core: add new setting TemporaryFileSystem=Yu Watanabe2018-02-211-0/+1
| * | | test: add tests for mount_option_mangle()Yu Watanabe2018-02-211-0/+55
| |/ /
* | | xattr-util: use crtime/btime if statx() is available for implementation of fd...Lennart Poettering2018-02-201-0/+35
* | | fs-util: move fsync_directory_of_file() into generic codeLennart Poettering2018-02-201-0/+10
|/ /
* | Merge pull request #8199 from keszybz/small-thingsLennart Poettering2018-02-193-1/+51
|\ \
| * | tests: add a simple test for utf8_n_codepoints()Zbigniew Jędrzejewski-Szmek2018-02-191-0/+10
| * | pid1: do not initialize join_controllers by defaultZbigniew Jędrzejewski-Szmek2018-02-191-1/+3
| * | Move config_parse_join_controllers to shared, add testZbigniew Jędrzejewski-Szmek2018-02-191-0/+38
| * | test-process-util: one more (void)Zbigniew Jędrzejewski-Szmek2018-02-191-1/+1
* | | Merge pull request #8175 from keszybz/gc-cleanupLennart Poettering2018-02-151-0/+12
|\ \ \ | |/ / |/| |
| * | test-strv: add a simple test for strv_free_free()Zbigniew Jędrzejewski-Szmek2018-02-131-0/+12
* | | Merge pull request #8184 from poettering/color-ask-pwZbigniew Jędrzejewski-Szmek2018-02-151-1/+1
|\ \ \
| * | | tty-ask-password-agent: don't open terminal multiple timesLennart Poettering2018-02-141-1/+1
| |/ /