commit | 17b2ecc331eab274d448446aa51883040f9185ed | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Wed Nov 22 08:24:56 2023 +0100 |
committer | Thomas Huth <thuth@redhat.com> | Wed Dec 20 10:29:23 2023 +0100 |
tree | 1e6cf40c7eefebd3deca8bfc8e829127f9c84379 | |
parent | 5712b7e4fbe661338d4581b574eb3b9da9f44915 [diff] |
tests/unit/test-qmp-event: Replace fixture by global variables The fixture buys us exactly nothing, as we need a global variable anyway, for test_qapi_event_emit(). Drop it. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20231122072456.2518816-4-armbru@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>