]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
tests: Fix partmap_test for arm*-efi, disk numbering has changed
authorGlenn Washburn <development@efficientek.com>
Wed, 13 Oct 2021 00:39:55 +0000 (19:39 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 14 Oct 2021 12:35:52 +0000 (14:35 +0200)
Perhaps using a newer UEFI firmware is the reason for the created test disk
showing up as hd2 instead of hd3.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
tests/partmap_test.in

index 6ef518b0adc1e001bfc64c853ffb5c490d02330d..7353dc70e1ef94e536385a24c7a77a11e84f8b21 100644 (file)
@@ -89,7 +89,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
        disk=arc/scsi0/disk0/rdisk0
        ;;
     arm*-efi)
-       disk=hd3
+       disk=hd2
        ;;
     *)
        disk=hd0