nixos/tests/watchdogd: Remove test subcommand invocation

It has been removed in watchdogd 4.1.
This commit is contained in:
Adrian Pistol 2025-12-01 20:03:09 +01:00
commit a186d951a9

View file

@ -20,6 +20,5 @@
machine.wait_for_unit("watchdogd.service")
assert "i6300ESB" in machine.succeed("watchdogctl status")
machine.succeed("watchdogctl test")
'';
}