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-15 10:17:09 -0400
committerJosh Robson Chase <josh@robsonchase.com>2021-11-05 12:11:22 -0400
commit3efc2de6d1c001b55daafa60f605255e31d676ea (patch)
tree1bd6bf447e76208982eece1b25c88fb78719446f /nixos/tests/systemd-boot.nix
parent4ddc78818e4d69605f49f5f8faa22fb4601b0a0c (diff)
nixos/systemd-boot: Use the correct version string from the bootctl --version output
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 cba62515b48a9..de89f293dce89 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-1-notnixos to " in output
+      assert "updating systemd-boot from (000.0-1-notnixos) to " in output
     '';
   };
 }