mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
tests: Use domaincapsmock in qemucapabilitiestest
This doesn't change anything at the moment, but is necessary for the upcoming fix. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Christophe de Dinechin <dinechin@redhat.com> Tested-by: Christophe de Dinechin <dinechin@redhat.com>
This commit is contained in:
parent
377924ea08
commit
92cc65783e
@ -230,4 +230,5 @@ mymain(void)
|
|||||||
return (data.ret == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
|
return (data.ret == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
VIR_TEST_MAIN(mymain)
|
VIR_TEST_MAIN_PRELOAD(mymain,
|
||||||
|
VIR_TEST_MOCK("domaincaps"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user