Loading
tests/test-filter: Make tests independent of global_qtest
Apart from using qmp() in the qmp_discard_response() macro, these tests do not have any dependencies to the global_qtest variable, so we can simply get rid of it here by replacing the qmp() with qtest_qmp() in the macro. Reviewed-by:Eric Blake <eblake@redhat.com> Signed-off-by:
Thomas Huth <thuth@redhat.com>