systemd/test/TEST-03-JOBS
Frantisek Sumsal cc469c3dfc test: drop || return 1 expression which is incompatible with set -e
The `set -e` option is incompatible with a subshell/compound command,
which is followed by || <EXPR>. In such case, the -e option is ignored
in all affected subshells/functions (see man bash(1) for command `set`).
2019-07-08 21:11:32 +02:00
..
Makefile test: add test for jobs 2013-01-25 22:29:56 +01:00
test-jobs.sh test: add some basic testing that "systemctl start -T" does something 2019-03-27 12:37:37 +01:00
test.sh test: drop || return 1 expression which is incompatible with set -e 2019-07-08 21:11:32 +02:00