]> git.proxmox.com Git - qemu.git/blobdiff - tests/boot-order-test.c
qtest: Use -display none by default
[qemu.git] / tests / boot-order-test.c
index da158c32bdd6444cf34e5fa800fb6e6f3de295f5..360a6911ebfe8573cdfef54a8ab76adbdb8d3e9b 100644 (file)
@@ -34,7 +34,7 @@ static void test_a_boot_order(const char *machine,
     char *args;
     uint64_t actual;
 
-    args = g_strdup_printf("-nodefaults -display none%s%s %s",
+    args = g_strdup_printf("-nodefaults%s%s %s",
                            machine ? " -M " : "",
                            machine ?: "",
                            test_args);