* 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

@ -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