From: Kumar Kartikeya Dwivedi Date: Wed, 22 Apr 2020 17:22:40 +0000 (+0530) Subject: test: add a test case for #15528 X-Git-Tag: v246-rc1~519^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c568be1679be673eb2a20c64b0e346dc6b23f4f;p=thirdparty%2Fsystemd.git test: add a test case for #15528 --- diff --git a/test/units/testsuite-04.sh b/test/units/testsuite-04.sh index 1431dad862b..6e7627313cf 100755 --- a/test/units/testsuite-04.sh +++ b/test/units/testsuite-04.sh @@ -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