1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 17:51:22 +03:00
systemd/test/TEST-12-ISSUE-3171
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 tests: add test for #3171 (#3206) 2016-05-06 23:05:59 +02:00
test.sh test: drop || return 1 expression which is incompatible with set -e 2019-07-08 21:11:32 +02:00