]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qtest/qom-test: Don't bother to execute QMP command quit
authorMarkus Armbruster <armbru@redhat.com>
Fri, 25 Jul 2025 13:50:33 +0000 (15:50 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 1 Sep 2025 11:44:19 +0000 (13:44 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20250725135034.2280477-5-armbru@redhat.com>
Reviewed-by: Steve Sistare <steven.sistare@oracle.com>
tests/qtest/qom-test.c

index a2db56bf2201de4a4f21b5021361336d385c06a6..2da9918e164eb1fa118bee133e50f9aafe5b5b2d 100644 (file)
@@ -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);
 }