2010-01-14 BVK Chaitanya <bvk@dbook>
+ Use qemu-system-i386 instead of qemu.
+
+ * tests/util/grub-shell.in (outfile): Use qemu-system-i386.
+
Removed unnecessary grub_test_* wrappers.
* tests/lib/unit_test.c (grub_test_malloc): Removed.
cp ${isofile} ${fdafile}
outfile=`mktemp`
-qemu ${qemuopts} -nographic -serial stdio -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
+qemu-system-i386 ${qemuopts} -nographic -serial stdio -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
cat $outfile