Unverified Commit f240543c authored by Julien Malka's avatar Julien Malka
Browse files

nixos/tests/systemd-boot: fix option bootCounting test evaluation

parent 7bc3f907
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -506,7 +506,7 @@ rec {
      baseConfig = { pkgs, lib, ... }: {
        imports = [ common ];
        boot.loader.systemd-boot.bootCounting.enable = true;
        boot.loader.systemd-boot.bootCounting.trials = 2;
        boot.loader.systemd-boot.bootCounting.tries = 2;
      };
    in
    makeTest {