From b122c4f078d122c94ce3c0af8c8838c0e317cd83 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 27 May 2026 10:35:54 +0200 Subject: [PATCH] nixosTests.seatd: test service readiness Would have prevented the regression fixed by 09384d7270ee ("Revert "sdnotify-wrapper: drop""). --- nixos/tests/seatd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/seatd.nix b/nixos/tests/seatd.nix index 117c1ea4be50..f8a88a1cb9ef 100644 --- a/nixos/tests/seatd.nix +++ b/nixos/tests/seatd.nix @@ -50,6 +50,7 @@ in }; testScript = '' + machine.wait_for_unit("seatd.service") machine.wait_for_file("/tmp/foot_started") machine.succeed("test $(seatd-client-pid) = $(pgrep dwl)") '';