From 5e86203316c9d5b2aca43fcd76b6cad2350d9fa3 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Fri, 1 Aug 2025 10:55:02 +0200 Subject: [PATCH] renovate: Enable strict shell checks in tests Closes #373166. --- nixos/tests/renovate.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/tests/renovate.nix b/nixos/tests/renovate.nix index d6adb3f76801..94974b00fd07 100644 --- a/nixos/tests/renovate.nix +++ b/nixos/tests/renovate.nix @@ -30,8 +30,7 @@ enable = true; settings.server.HTTP_PORT = 3000; }; - # Uncomment the next line to lint service scripts (Note: breaks VM startup; see #373166) - #systemd.enableStrictShellChecks = true; + systemd.enableStrictShellChecks = true; }; testScript = ''