nixos/tests/systemd-journal: Fix typo in test

This commit is contained in:
Arian van Putten 2025-09-20 10:34:18 +02:00
commit c71ad29633

View file

@ -40,7 +40,7 @@
# logs should end up in the auditd audit log
auditd.succeed("grep 'unit=systemd-journald' /var/log/audit/audit.log")
# logs should not end up in kmesg
machine.fail("journalctl _TRANSPORT=kernel --grep 'unit=systemd-journald'")
auditd.fail("journalctl _TRANSPORT=kernel --grep 'unit=systemd-journald'")
with subtest("journald audit"):