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:
parent
67a392f7cf
commit
c4c3ee8c1d
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue