mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
qtest/qom-test: Don't bother to execute QMP command quit
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20250725135034.2280477-5-armbru@redhat.com> Reviewed-by: Steve Sistare <steven.sistare@oracle.com>
This commit is contained in:
@@ -215,10 +215,6 @@ static void test_machine(gconstpointer data)
|
||||
test_list_get(qts, paths);
|
||||
test_list_get_value(qts);
|
||||
|
||||
response = qtest_qmp(qts, "{ 'execute': 'quit' }");
|
||||
g_assert(qdict_haskey(response, "return"));
|
||||
qobject_unref(response);
|
||||
|
||||
qtest_quit(qts);
|
||||
g_free((void *)machine);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user