summaryrefslogtreecommitdiff
path: root/test/TEST-08-ISSUE-2730/test.sh
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2019-07-08 21:11:32 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2019-07-08 21:11:32 +0200
commitcc469c3dfc398210f38f819d367e68646c71d8da (patch)
treed997d088b3506e0fbb3503e56d4e472a9b893745 /test/TEST-08-ISSUE-2730/test.sh
parent71a0de36e562da72590cdeb625acd4385e7a6e6d (diff)
downloadsystemd-cc469c3dfc398210f38f819d367e68646c71d8da.tar.gz
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`).
Diffstat (limited to 'test/TEST-08-ISSUE-2730/test.sh')
-rwxr-xr-xtest/TEST-08-ISSUE-2730/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-08-ISSUE-2730/test.sh b/test/TEST-08-ISSUE-2730/test.sh
index ef2aba0e17..d455d5d555 100755
--- a/test/TEST-08-ISSUE-2730/test.sh
+++ b/test/TEST-08-ISSUE-2730/test.sh
@@ -60,7 +60,7 @@ ExecStart=/bin/systemctl reload /
EOF
setup_testsuite
- ) || return 1
+ )
ln -s /etc/systemd/system/-.mount $initdir/etc/systemd/system/root.mount
mkdir -p $initdir/etc/systemd/system/local-fs.target.wants