tests/installer: Rename simpleUefiGummiboot -> simpleUefiSystemdBoot

It hasn't been called Gummiboot for ages.

authored by Tuomas Tynkkynen and committed by Domen Kožar 0488cb18 5342bffc

+1 -1
+1 -1
nixos/tests/installer.nix
··· 270 }; 271 272 # Simple GPT/UEFI configuration using systemd-boot with 3 partitions: ESP, swap & root filesystem 273 - simpleUefiGummiboot = makeInstallerTest "simpleUefiGummiboot" 274 { createPartitions = 275 '' 276 $machine->succeed(
··· 270 }; 271 272 # Simple GPT/UEFI configuration using systemd-boot with 3 partitions: ESP, swap & root filesystem 273 + simpleUefiSystemdBoot = makeInstallerTest "simpleUefiSystemdBoot" 274 { createPartitions = 275 '' 276 $machine->succeed(