Loading nixos/tests/systemd-boot.nix +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ in ) output = machine.succeed("/run/current-system/bin/switch-to-configuration boot") assert "updating systemd-boot from 000.0-1-notnixos to " in output assert "updating systemd-boot from 000.0-1-notnixos to " in output, "Couldn't find systemd-boot update message" ''; }; Loading Loading
nixos/tests/systemd-boot.nix +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ in ) output = machine.succeed("/run/current-system/bin/switch-to-configuration boot") assert "updating systemd-boot from 000.0-1-notnixos to " in output assert "updating systemd-boot from 000.0-1-notnixos to " in output, "Couldn't find systemd-boot update message" ''; }; Loading