* tests/partmap_test.in: Fix missing qemudisk setting.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-12 01:44:14 +02:00
parent dbc56d8f0b
commit f9d4005539
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-04-12 Vladimir Serbinenko <phcoder@gmail.com>
* tests/partmap_test.in: Fix missing qemudisk setting.
2013-04-11 Vladimir Serbinenko <phcoder@gmail.com>
Support i386-ieee1275 grub-mkrescue and make check on it.

View File

@ -72,6 +72,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
;;
*)
disk=hd0
qemudisk=hda
;;
esac
imgfile="`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"`" || exit 1