From: Glenn Washburn Date: Wed, 13 Oct 2021 00:39:55 +0000 (-0500) Subject: tests: Fix partmap_test for arm*-efi, disk numbering has changed X-Git-Tag: grub-2.12-rc1~559 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a393ca59b3358aec61af10edbc79d8c366e5e4;p=thirdparty%2Fgrub.git tests: Fix partmap_test for arm*-efi, disk numbering has changed 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 Reviewed-by: Daniel Kiper --- diff --git a/tests/partmap_test.in b/tests/partmap_test.in index 6ef518b0a..7353dc70e 100644 --- a/tests/partmap_test.in +++ b/tests/partmap_test.in @@ -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