diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-16 20:55:45 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-16 23:07:45 +0200 |
commit | e71bac7222b344c88fb62a9dda9dae3864b6da90 (patch) | |
tree | 4037a48cbe9db99f3eae7e6fcc2071e0c723c63c /test/units/testsuite-50.sh | |
parent | test: merge TEST-48-START-STOP-NO-RELOAD into TEST-23-UNIT-FILE (diff) | |
download | systemd-e71bac7222b344c88fb62a9dda9dae3864b6da90.tar.xz systemd-e71bac7222b344c88fb62a9dda9dae3864b6da90.zip |
test: make shellcheck happy again
No functional changes.
Diffstat (limited to 'test/units/testsuite-50.sh')
-rwxr-xr-x | test/units/testsuite-50.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/units/testsuite-50.sh b/test/units/testsuite-50.sh index 1b703dc18c..cdb7c0043b 100755 --- a/test/units/testsuite-50.sh +++ b/test/units/testsuite-50.sh @@ -7,6 +7,7 @@ set -o pipefail export SYSTEMD_LOG_LEVEL=debug +# shellcheck disable=SC2317 cleanup() {( set +ex |