Revert "qemucaps2xmltest: fix test to successfully run without kvm support"

This reverts commit 49bf09d16c.  That
commit is wrong and doesn't fix the issue.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina 2015-03-25 15:17:13 +01:00
parent 0614976bc9
commit a894d61ba1

View File

@ -118,8 +118,8 @@ testGetCaps(char *capsData, const testQemuData *data)
if (virQEMUCapsInitGuestFromBinary(caps,
"/usr/bin/qemu-system-i386",
qemuCaps,
"/usr/bin/qemu-system-i386",
qemuCaps,
NULL,
NULL,
data->guestarch) < 0) {
fprintf(stderr, "failed to create the capabilities from qemu");
goto error;