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-35.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-35.sh')
-rwxr-xr-x | test/units/testsuite-35.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/testsuite-35.sh b/test/units/testsuite-35.sh index 2c6a384299..8cb380d2fd 100755 --- a/test/units/testsuite-35.sh +++ b/test/units/testsuite-35.sh @@ -468,7 +468,7 @@ test_lock_idle_action() { fi if loginctl --no-legend | grep -q logind-test-user; then - echo >&2 "Session of the \'logind-test-user\' is already present." + echo >&2 "Session of the 'logind-test-user' is already present." exit 1 fi |