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-12 09:46:54 -0400
committerJosh Robson Chase <josh@robsonchase.com>2021-11-05 12:11:21 -0400
commit4ddc78818e4d69605f49f5f8faa22fb4601b0a0c (patch)
tree85ea4a619226b24f77c28943a78819b0334cf62b /nixos/tests/systemd-boot.nix
parent71ed9d096ea5511cbd59ba5e01894dc68ab9337f (diff)
nixos/systemd-boot: Re-add the verison check, but as equivalence-only
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 afce53546f297..cba62515b48a9 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 "updated systemd-boot to " in output
+      assert "updating systemd-boot from 000.0-1-notnixos to " in output
     '';
   };
 }