tests/unit/test-qmp-event: Replace fixture by global variables
commit17b2ecc331eab274d448446aa51883040f9185ed
authorMarkus Armbruster <armbru@redhat.com>
Wed, 22 Nov 2023 07:24:56 +0000 (22 08:24 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 20 Dec 2023 09:29:23 +0000 (20 10:29 +0100)
tree1e6cf40c7eefebd3deca8bfc8e829127f9c84379
parent5712b7e4fbe661338d4581b574eb3b9da9f44915
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>
tests/unit/test-qmp-event.c