]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qom-test.c
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
[mirror_qemu.git] / tests / qom-test.c
index 4246382d38ff94eb80d464692277c34fb59aad17..fde04e7a197554d57895816c66aae137c0fe6ea1 100644 (file)
@@ -128,8 +128,8 @@ static void add_machine_test_cases(void)
         g_assert(qstr);
         mname = qstring_get_str(qstr);
         if (!is_blacklisted(arch, mname)) {
-            path = g_strdup_printf("/%s/qom/%s", arch, mname);
-            g_test_add_data_func(path, mname, test_machine);
+            path = g_strdup_printf("qom/%s", mname);
+            qtest_add_data_func(path, mname, test_machine);
         }
     }
     qtest_end();