From: Peter Krempa Date: Tue, 7 Mar 2023 13:44:23 +0000 (+0100) Subject: qemumigrationcookiexmltest: Don't fetch latest caps files without using them X-Git-Tag: v9.3.0-rc1~198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6870e1f1416babcc8228422948ffe727e1ddb1f6;p=thirdparty%2Flibvirt.git qemumigrationcookiexmltest: Don't fetch latest caps files without using them Signed-off-by: Peter Krempa Reviewed-by: Martin Kletzander Reviewed-by: Ján Tomko --- 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;