projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54d5c12
)
test: restart logind before cleaning up sessions
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 30 Jul 2022 14:51:25 +0000
(23:51 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 30 Jul 2022 15:15:47 +0000
(
00:15
+0900)
Hopefully, fixes #24040.
test/units/testsuite-35.sh
patch
|
blob
|
history
diff --git
a/test/units/testsuite-35.sh
b/test/units/testsuite-35.sh
index 13eb7c0424e1b2fa5839468736cebcbd21abbb7c..eae2cb801d4c39fffa1029fde4169e15ec0ffc40 100755
(executable)
--- a/
test/units/testsuite-35.sh
+++ b/
test/units/testsuite-35.sh
@@
-407,11
+407,11
@@
EOF
teardown_lock_idle_action() (
set +eux
- cleanup_session
-
rm -f /run/systemd/logind.conf.d/idle-action-lock.conf
systemctl restart systemd-logind.service
+ cleanup_session
+
return 0
)