From 6870e1f1416babcc8228422948ffe727e1ddb1f6 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 7 Mar 2023 14:44:23 +0100 Subject: [PATCH] qemumigrationcookiexmltest: Don't fetch latest caps files without using them MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Krempa Reviewed-by: Martin Kletzander Reviewed-by: Ján Tomko --- tests/qemumigrationcookiexmltest.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/qemumigrationcookiexmltest.c b/tests/qemumigrationcookiexmltest.c index 2f0d84148b..74302dc55f 100644 --- a/tests/qemumigrationcookiexmltest.c +++ b/tests/qemumigrationcookiexmltest.c @@ -403,13 +403,8 @@ static int mymain(void) { int ret = 0; - g_autoptr(GHashTable) capslatest = NULL; g_autoptr(virConnect) conn = NULL; - capslatest = testQemuGetLatestCaps(); - if (!capslatest) - return EXIT_FAILURE; - if (qemuTestDriverInit(&driver) < 0) return EXIT_FAILURE;