bhyveargv2xmltest: Fix call of virDomainDefCheckABIStability

In 4f0aeed I've expanded the list of arguments for
virDomainDefCheckABIStability() but I forgot to fix
bhyveargv2xmltest.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik 2017-06-05 11:46:02 +02:00
parent f4c09b913e
commit 567f04808e

View File

@ -74,7 +74,7 @@ testCompareXMLToArgvFiles(const char *xmlfile,
}
}
if (vmdef && !virDomainDefCheckABIStability(vmdef, vmdef)) {
if (vmdef && !virDomainDefCheckABIStability(vmdef, vmdef, driver.xmlopt)) {
VIR_TEST_DEBUG("ABI stability check failed on %s", xmlfile);
goto fail;
}