about summary refs log tree commit diff
path: root/nixos/tests/systemd-boot.nix
diff options
context:
space:
mode:
authorJosh Robson Chase <josh@robsonchase.com>2021-10-01 09:05:39 -0400
committerJosh Robson Chase <josh@robsonchase.com>2021-11-05 12:11:20 -0400
commit71ed9d096ea5511cbd59ba5e01894dc68ab9337f (patch)
treeec5443a31b5f59589a6e3ce740f4a75fb21978cb /nixos/tests/systemd-boot.nix
parent1d5ffa8cac35c4d1dbae6506ac10913deb1320b5 (diff)
nixos/systemd-boot: Remove the installed version check altogether
bootctl does it as a part of its update process anyway, so we're just
duplicating code.
Diffstat (limited to 'nixos/tests/systemd-boot.nix')
-rw-r--r--nixos/tests/systemd-boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/systemd-boot.nix b/nixos/tests/systemd-boot.nix
index efcbf71c597b8..afce53546f297 100644
--- a/nixos/tests/systemd-boot.nix
+++ b/nixos/tests/systemd-boot.nix
@@ -84,7 +84,7 @@ in
       )
 
       output = machine.succeed("/run/current-system/bin/switch-to-configuration boot")
-      assert "updating systemd-boot from 000.0 to " in output
+      assert "updated systemd-boot to " in output
     '';
   };
 }