From 08059336ca2974df1b2176ccfbc5f6de73cac843 Mon Sep 17 00:00:00 2001 From: cinereal Date: Wed, 28 May 2025 22:55:43 +0200 Subject: [PATCH] make test go thru --- tests/template.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/template.nix b/tests/template.nix index d7e92de..5fd22c6 100644 --- a/tests/template.nix +++ b/tests/template.nix @@ -33,7 +33,7 @@ in (nixpkgs.lib.nixos.runTest { testScript = '' start_all() print(machine.execute("uname -a")) - machine.wait_for_unit("testservice.service") - print(machine.succeed("cat /root/test | grep -q secret")) + machine.wait_for_unit("multi-user.target") + print(machine.succeed("cat /test | grep -q secret")) ''; })