]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/units/end.sh
shared/pam-util: fix awkward tense in log message
[thirdparty/systemd.git] / test / units / end.sh
index 412e0a96a2f84e5840a37989547077ee6bf3dd19..4c6c0afa0e9768369bb75177c330614c4f26f098 100755 (executable)
@@ -6,8 +6,8 @@ set -o pipefail
 
 (! journalctl -q -o short-monotonic --grep "didn't pass validation" >>/failed)
 
-# Here, the redundant '[.]' at the end is for making not the logged self command hit the grep.
-(! journalctl -q -o short-monotonic --grep 'Attempted to close sd-bus (.*) after fork whose connection is opened before the fork, this should not happen[.]' >>/failed)
+# Here, the redundant '[ ]' in the pattern is required in order not to match the logged command itself.
+(! journalctl -q -o short-monotonic --grep 'Warning: cannot close sd-bus connection[ ].*after fork' >>/failed)
 
 systemctl poweroff --no-block
 exit 0