Commit d12040e8 authored by Thomas Watson's avatar Thomas Watson
Browse files

nixos/tests/systemd-boot: fix update test

At some point many months ago, the systemd-boot update script stopped
outputting parentheses around the version being upgraded from, causing
the test to fail. Remove the parentheses from the expected message to
fix the test.
parent cd80919d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    '';
  };