]> Git Repo - qemu.git/blobdiff - tests/ipmi-kcs-test.c
iotests: Move migration helpers to iotests.py
[qemu.git] / tests / ipmi-kcs-test.c
index 178ffc1797346ce5229ec470fcc3796c7de6cae9..a2354c10c7fe5e222e45802f6c94c4da2e990eb3 100644 (file)
@@ -263,16 +263,9 @@ static void test_enable_irq(void)
 
 int main(int argc, char **argv)
 {
-    const char *arch = qtest_get_arch();
     char *cmdline;
     int ret;
 
-    /* Check architecture */
-    if (strcmp(arch, "i386") && strcmp(arch, "x86_64")) {
-        g_test_message("Skipping test for non-x86\n");
-        return 0;
-    }
-
     /* Run the tests */
     g_test_init(&argc, &argv, NULL);
 
This page took 0.023293 seconds and 4 git commands to generate.