test: add a test case for #15528

This commit is contained in:
Kumar Kartikeya Dwivedi 2020-04-22 22:52:40 +05:30 committed by Lennart Poettering
parent 2b6df46d21
commit 5c568be167
1 changed files with 3 additions and 0 deletions

View File

@ -106,4 +106,7 @@ systemctl kill --signal=SIGKILL systemd-journald
sleep 3
[[ ! -f "/i-lose-my-logs" ]]
# https://github.com/systemd/systemd/issues/15528
journalctl --follow --file=/var/log/journal/*/* | head -n1 || [[ $? -eq 1 ]]
touch /testok