mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemustatusxml2xmltest: Remove 'virdeterministichash' mocking
Commit89a3115bac
was not updated after recent changes to hash table usage and was still referencing the now removed deterministic hash mock, which caused CI failure. Fixes:89a3115bac
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
5ab8cc78c4
commit
1841cfa49e
@ -151,5 +151,4 @@ mymain(void)
|
|||||||
VIR_TEST_MAIN_PRELOAD(mymain,
|
VIR_TEST_MAIN_PRELOAD(mymain,
|
||||||
VIR_TEST_MOCK("virpci"),
|
VIR_TEST_MOCK("virpci"),
|
||||||
VIR_TEST_MOCK("virrandom"),
|
VIR_TEST_MOCK("virrandom"),
|
||||||
VIR_TEST_MOCK("domaincaps"),
|
VIR_TEST_MOCK("domaincaps"))
|
||||||
VIR_TEST_MOCK("virdeterministichash"))
|
|
||||||
|
Loading…
Reference in New Issue
Block a user