mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/tests/systemd-journal: Fix typo in test
This commit is contained in:
parent
aaff8c16d7
commit
c71ad29633
1 changed files with 1 additions and 1 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue